Commits
Peng Fan committed 754fce578f4
clk: imx8mm/mn/mq: add imx_clk_init_on When we need to support dual linux with jailhouse, there is no clock controller in 2nd inmate linux cell, it relys on the first linux to configure the clock ready and on. So we add those clocks required for the 2nd linux in dts to make them prepare enabled, and pass clk_ignore_unused to the 1st linux, then the 1st linux will not gated off the clocks. So the 2nd linux could use IPs without touching clocks. Signed-off-by: Peng Fan <peng.fan@nxp.com>