Re: [PATCH 1/4] clk: imx8mn: A53 core clock no need to be critical
From: Shawn Guo <shawnguo@kernel.org>
Date: 2020-03-11 07:12:52
Also in:
linux-clk, lkml
From: Shawn Guo <shawnguo@kernel.org>
Date: 2020-03-11 07:12:52
Also in:
linux-clk, lkml
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 <redacted>
Applied all, thanks. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel