The serial driver could enable the uart clk using clk_enable, there is no need to call init_uart_clk in board_early_init_f.
The init_uart_clk() function is still kept, in case it is needed for debug purpose. Signed-off-by: Peng Fan <[email protected]> --- Peng Fan (2): nxp: imx95_evk: Drop init_uart_clk nxp: imx94_evk: Drop init_uart_clk board/nxp/imx94_evk/imx94_evk.c | 1 - board/nxp/imx95_evk/imx95_evk.c | 3 --- 2 files changed, 4 deletions(-) --- base-commit: b5213bbfdcb1812be510427857827ee8becb9f8f change-id: 20260206-imx9-board-clean-uart-7eda1c7fed1c Best regards, -- Peng Fan <[email protected]>

