Re: [PATCH 1/2] clk: imx: Fix wrong flags assignment clk-composite-8m

2024-07-06 Thread Fabio Estevam
On Tue, Jul 2, 2024 at 7:26 AM Michael Trimarchi wrote: > > 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 Applied both, thanks.

[PATCH 1/2] clk: imx: Fix wrong flags assignment clk-composite-8m

2024-07-02 Thread Michael Trimarchi
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 --- drivers/clk/imx/clk-composite-8m.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/clk/imx/clk-composit