]> git.baikalelectronics.ru Git - kernel.git/commit
clk: imx8mn: A53 core clock no need to be critical
authorAnson Huang <Anson.Huang@nxp.com>
Tue, 25 Feb 2020 08:49:11 +0000 (16:49 +0800)
committerShawn Guo <shawnguo@kernel.org>
Wed, 11 Mar 2020 07:11:43 +0000 (15:11 +0800)
commit62f07875ffc67713675c768b25409993742d34aa
tree96bb6e419c35ead7d9e1dd91f3a5fe85dc87a214
parentb2db21c551d5b5745037695e283c3833b24119aa
clk: imx8mn: A53 core clock no need to be critical

'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@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/clk/imx/clk-imx8mn.c