Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: imx: imx93: invoke imx_register_uart_clocks

Invoke imx_register_uart_clocks to keep uart clk on when earlycon
specified.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Abel Vesa <abel.vesa@linaro.org>
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Link: https://lore.kernel.org/r/20230104110032.1220721-5-peng.fan@oss.nxp.com

authored by

Peng Fan and committed by
Abel Vesa
8cdaad71 2d5513bf

+2
+2
drivers/clk/imx/clk-imx93.c
··· 326 326 goto unregister_hws; 327 327 } 328 328 329 + imx_register_uart_clocks(); 330 + 329 331 return 0; 330 332 331 333 unregister_hws: