Re: [PATCH 1/4] clk: imx8mn: A53 core clock no need to be critical

From: Shawn Guo
Date: Wed Mar 11 2020 - 03:12:51 EST


On Tue, Feb 25, 2020 at 04:49:11PM +0800, Anson Huang wrote:
> 'A53_CORE' is just a mux and no need to be critical, being critical
> will cause its parent clock always ON which does NOT make sense,
> to make sure CPU's hardware clock source NOT being disabled during
> clock tree setup, need to move the 'A53_SRC'/'A53_CORE' reparent
> operations to after critical clock 'ARM_CLK' setup finished.
>
> Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx>

Applied all, thanks.