Re: [PATCH V2 2/4] clk: imx6sl: remove clks_init_on array

From: Fabio Estevam
Date: Sun Jun 03 2018 - 21:33:29 EST


On Sun, Jun 3, 2018 at 10:06 PM, Anson Huang <Anson.Huang@xxxxxxx> wrote:
> Clock framework will enable those clocks registered
> with CLK_IS_CRITICAL flag, so no need to have
> clks_init_on array during clock initialization now.
>
> ARM clock is busy divider type which has the
> CLK_IS_CRITICAL flag set by default when registered.
>
> IPG clock has no clock gate and its parent AHB clock
> is busy divider type, so no need to add CLK_IS_CRITICAL
> flag for IPG clock.
>
> Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx>

Reviewed-by: Fabio Estevam <fabio.estevam@xxxxxxx>