[PATCH v2 1/3] nxp: imx95_evk: Drop init_uart_clk
Peng Fan (OSS)
peng.fan at oss.nxp.com
Fri Feb 6 16:28: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().
Also remove board_early_init_f(), because it is empty now.
Signed-off-by: Peng Fan <peng.fan at nxp.com>
---
board/nxp/imx95_evk/imx95_evk.c | 8 --------
board/nxp/imx95_evk/spl.c | 2 --
configs/imx95_15x15_evk_defconfig | 1 -
configs/imx95_evk.config | 1 -
4 files changed, 12 deletions(-)
diff --git a/board/nxp/imx95_evk/imx95_evk.c b/board/nxp/imx95_evk/imx95_evk.c
index ca1d916deab..620a69b53e5 100644
--- a/board/nxp/imx95_evk/imx95_evk.c
+++ b/board/nxp/imx95_evk/imx95_evk.c
@@ -7,14 +7,6 @@
#include <asm/arch/clock.h>
#include <asm/mach-imx/sys_proto.h>
-int board_early_init_f(void)
-{
- /* UART1: A55, UART2: M33, UART3: M7 */
- init_uart_clk(0);
-
- return 0;
-}
-
int board_late_init(void)
{
if (IS_ENABLED(CONFIG_ENV_IS_IN_MMC))
diff --git a/board/nxp/imx95_evk/spl.c b/board/nxp/imx95_evk/spl.c
index 752d7f916b6..761a1a4a0f6 100644
--- a/board/nxp/imx95_evk/spl.c
+++ b/board/nxp/imx95_evk/spl.c
@@ -67,8 +67,6 @@ void board_init_f(ulong dummy)
arch_cpu_init();
- board_early_init_f();
-
preloader_console_init();
debug("SOC: 0x%x\n", gd->arch.soc_rev);
diff --git a/configs/imx95_15x15_evk_defconfig b/configs/imx95_15x15_evk_defconfig
index f3099f14401..5c7b3941550 100644
--- a/configs/imx95_15x15_evk_defconfig
+++ b/configs/imx95_15x15_evk_defconfig
@@ -38,7 +38,6 @@ CONFIG_BOOTCOMMAND="bootflow scan -l; run bsp_bootcmd"
CONFIG_DEFAULT_FDT_FILE="imx95-15x15-evk.dtb"
CONFIG_SYS_CBSIZE=2048
CONFIG_SYS_PBSIZE=2074
-CONFIG_BOARD_EARLY_INIT_F=y
# CONFIG_BOARD_INIT is not set
CONFIG_BOARD_LATE_INIT=y
CONFIG_PCI_INIT_R=y
diff --git a/configs/imx95_evk.config b/configs/imx95_evk.config
index 631ec23c335..58b8fc2a01a 100644
--- a/configs/imx95_evk.config
+++ b/configs/imx95_evk.config
@@ -37,7 +37,6 @@ CONFIG_BOOTCOMMAND="bootflow scan -l; run bsp_bootcmd"
CONFIG_DEFAULT_FDT_FILE="imx95-19x19-evk.dtb"
CONFIG_SYS_CBSIZE=2048
CONFIG_SYS_PBSIZE=2074
-CONFIG_BOARD_EARLY_INIT_F=y
# CONFIG_BOARD_INIT is not set
CONFIG_BOARD_LATE_INIT=y
CONFIG_PCI_INIT_R=y
--
2.51.0
More information about the U-Boot
mailing list