Commits
Irina Tirdea committed 5be26f45bb5
MLK-13869 clk: imx7d: Fix usdhc and ahb init clock order The nand_usdhc_root_clk and ahb_root_clk clocks need to be initialized earlier so the board can boot, since there are other clocks that depend on them. This is a leftover from rebasing patch a06eafc305c4c2db6dfc3de372f667af0135fa9e (MLK-11349-3 ARM: imx: update clk driver for imx7d), that has the clocks initialized in the correct order. Signed-off-by: Irina Tirdea <irina.tirdea@nxp.com>