[PATCH 4/4] clk: imx: imx93: invoke imx_register_uart_clocks

From: Peng Fan (OSS)
Date: Wed Jan 04 2023 - 06:01:15 EST


From: Peng Fan <peng.fan@xxxxxxx>

Invoke imx_register_uart_clocks to keep uart clk on when earlycon
specified.

Signed-off-by: Peng Fan <peng.fan@xxxxxxx>
---
drivers/clk/imx/clk-imx93.c | 2 ++
1 file changed, 2 insertions(+)

diff --git a/drivers/clk/imx/clk-imx93.c b/drivers/clk/imx/clk-imx93.c
index e464d9e71fbc..8d0974db6bfd 100644
--- a/drivers/clk/imx/clk-imx93.c
+++ b/drivers/clk/imx/clk-imx93.c
@@ -326,6 +326,8 @@ static int imx93_clocks_probe(struct platform_device *pdev)
goto unregister_hws;
}

+ imx_register_uart_clocks();
+
return 0;

unregister_hws:
--
2.37.1