commit | 0d77abc4fc31e038c6c5b1f08f115eb022b3c4f5 | [log] [tgz] |
---|---|---|
author | Anson Huang <Anson.Huang@nxp.com> | Tue Feb 25 16:49:13 2020 +0800 |
committer | Shawn Guo <shawnguo@kernel.org> | Wed Mar 11 15:11:59 2020 +0800 |
tree | 61f7ea263637872ce2046af8251912949225684f | |
parent | 81aa844bb53bc711b943db2113d7794912f047b8 [diff] |
clk: imx8mp: 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>