[PATCH 1/2] nxp: imx95_evk: Drop init_uart_clk
Peng Fan (OSS)
peng.fan at oss.nxp.com
Fri Feb 6 05:25:42 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/imx95_evk/imx95_evk.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/board/nxp/imx95_evk/imx95_evk.c b/board/nxp/imx95_evk/imx95_evk.c
index ca1d916deab..9cb69543f0f 100644
--- a/board/nxp/imx95_evk/imx95_evk.c
+++ b/board/nxp/imx95_evk/imx95_evk.c
@@ -9,9 +9,6 @@
int board_early_init_f(void)
{
- /* UART1: A55, UART2: M33, UART3: M7 */
- init_uart_clk(0);
-
return 0;
}
--
2.51.0
More information about the U-Boot
mailing list