Commits
Ye Li committed df66c53a390
MLK-21839 misc: scu: Update SCU driver to adapt all imx8 platforms Since clk and pinctrl will be get (probe) during each device probe, we don't need to probe them in scu driver. Only need to bind the sub-nodes (clk and iomuxc) of MU node with their drivers. After this change, we can adapt scu driver to all imx8 platforms like 8QM, 8QXP. And don't need to care the compatible strings of clk and iomuxc. Signed-off-by: Ye Li <ye.li@nxp.com>