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

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-8m.c