]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
nxp: imx8mp_evk: Enable SPL_CLK_IMX8MP
authorPeng Fan <peng.fan@nxp.com>
Sun, 8 Feb 2026 14:34:40 +0000 (22:34 +0800)
committerFabio Estevam <festevam@gmail.com>
Sat, 28 Feb 2026 18:31:49 +0000 (15:31 -0300)
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@nxp.com>
configs/imx8mp_evk_defconfig

index 5c3c8a2ca57be6fda9c8c874487fef0737881baa..d5b01939f2d3fa24d8ed23dac42ad41a9864d3c5 100644 (file)
@@ -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