Skip to content

Commit 8cdaad7

Browse files
MrVanabelvesa
authored andcommitted
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
1 parent 2d5513b commit 8cdaad7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/clk/imx/clk-imx93.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,8 @@ static int imx93_clocks_probe(struct platform_device *pdev)
326326
goto unregister_hws;
327327
}
328328

329+
imx_register_uart_clocks();
330+
329331
return 0;
330332

331333
unregister_hws:

0 commit comments

Comments
 (0)