Re: [RESEND 4/4] clk: imx7d: Move clks_init_on before any clock operations

2018-04-06 Thread Stephen Boyd
Quoting Abel Vesa (2018-03-27 23:46:39) > From: Dong Aisheng > > For init on clocks we should move it at the first place in imx7d_clocks_init() > before any clock operations, else the clock operation may fail in case the > clock > is still not on. > > Acked-by: Ranjani Vaidyanathan > Signed-of

[RESEND 4/4] clk: imx7d: Move clks_init_on before any clock operations

2018-03-27 Thread Abel Vesa
From: Dong Aisheng For init on clocks we should move it at the first place in imx7d_clocks_init() before any clock operations, else the clock operation may fail in case the clock is still not on. Acked-by: Ranjani Vaidyanathan Signed-off-by: Dong Aisheng Signed-off-by: Irina Tirdea Signed-off