Commits
Fugang Duan committed 89869792e2f
MLK-15120 ARM: imx7d: clk: select uart3 clock parent and set rate The clock driver may enable uart clock tree when earlycon/earlyprintk kernel param is enabled, and the clock gate specify CLK_SET_RATE_GATE, then .of_clk_set_defaults() set the dts node assigned-rate will be failed. So set parent and set rate in clock driver is reasonable. Signed-off-by: Fugang Duan <fugang.duan@nxp.com>