[PATCH 2/2] nxp: imx94_evk: Drop init_uart_clk
Peng Fan (OSS)
peng.fan at oss.nxp.com
Fri Feb 6 05:25:43 CET 2026
From: Peng Fan <peng.fan at nxp.com>
Rely on serial driver calling clk_enable to enable the lpuart clk, no
need to do init_uart_clk in board_early_init_f().
Signed-off-by: Peng Fan <peng.fan at nxp.com>
---
board/nxp/imx94_evk/imx94_evk.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/board/nxp/imx94_evk/imx94_evk.c b/board/nxp/imx94_evk/imx94_evk.c
index 588aa7548d4..dafe680edbf 100644
--- a/board/nxp/imx94_evk/imx94_evk.c
+++ b/board/nxp/imx94_evk/imx94_evk.c
@@ -11,7 +11,6 @@
int board_early_init_f(void)
{
- init_uart_clk(0);
return 0;
}
--
2.51.0
More information about the U-Boot
mailing list