]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk: imx: Fix wrong flags assignment clk-composite-93
authorMichael Trimarchi <michael@amarulasolutions.com>
Tue, 2 Jul 2024 10:26:18 +0000 (12:26 +0200)
committerFabio Estevam <festevam@gmail.com>
Sat, 6 Jul 2024 12:25:00 +0000 (09:25 -0300)
commita66b2ce6bda1c91754a4a0cfe9ec849a387b279e
treee984e164b63fd14b2272a5798d11ffe5bab98b1d
parent0515680497d15ba2904365b2bbeb095ef4973f96
clk: imx: Fix wrong flags assignment clk-composite-93

The mux flags (u8), div flags (u8), and gate flags (u8)  are not the clk
flags (unsigned long). They have different meanings

Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
drivers/clk/imx/clk-composite-93.c