clk: imx8m: drop clk_hw_set_parent for A53
authorPeng Fan <peng.fan@nxp.com>
Thu, 7 May 2020 05:56:11 +0000 (13:56 +0800)
committerShawn Guo <shawnguo@kernel.org>
Wed, 20 May 2020 01:26:28 +0000 (09:26 +0800)
commitcccc46474227eaaa7cd8f5601bba58489e237991
treefc5cf942a8b17bb7d46676ea2c26f98876ae0485
parent849af490b6a674ba0636fbf95ac048b87ad2eb94
clk: imx8m: drop clk_hw_set_parent for A53

The parent settings have been moved to dtsi, we no need to
set parent here. And clk_hw_set_parent will trigger lockdep warning,
because this api not have prepare_lock.

Reported-by: Leonard Crestez <leonard.crestez@nxp.com>
Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
Reviewed-by: Leonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
drivers/clk/imx/clk-imx8mm.c
drivers/clk/imx/clk-imx8mn.c
drivers/clk/imx/clk-imx8mp.c
drivers/clk/imx/clk-imx8mq.c