[PATCH 1/3] nxp: imx8mp_evk: Enable SPL_CLK_IMX8MP
Peng Fan (OSS)
peng.fan at oss.nxp.com
Sun Feb 8 15:34:40 CET 2026
From: Peng Fan <peng.fan at nxp.com>
Enable SPL_CLK_IMX8M to make sure clk_enable could work proper in SPL
phase by using clock framework driver.
Signed-off-by: Peng Fan <peng.fan at nxp.com>
---
configs/imx8mp_evk_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/imx8mp_evk_defconfig b/configs/imx8mp_evk_defconfig
index 5c3c8a2ca57..d5b01939f2d 100644
--- a/configs/imx8mp_evk_defconfig
+++ b/configs/imx8mp_evk_defconfig
@@ -87,6 +87,7 @@ CONFIG_ETHPRIME="eth1"
CONFIG_NET_RANDOM_ETHADDR=y
CONFIG_SPL_DM=y
CONFIG_CLK_COMPOSITE_CCF=y
+CONFIG_SPL_CLK_IMX8MP=y
CONFIG_CLK_IMX8MP=y
CONFIG_DFU_MMC=y
CONFIG_USB_FUNCTION_FASTBOOT=y
--
2.51.0
More information about the U-Boot
mailing list