[U-Boot] [PATCH] arm: mvebu: clearfog: add MMC to SPL DT

Baruch Siach baruch at tkos.co.il
Wed May 8 14:47:32 UTC 2019


This allows SPL to load the main U-Boot image from MMC once DM_MMC is
enabled.

Signed-off-by: Baruch Siach <baruch at tkos.co.il>
---
This patch should be applied before
http://patchwork.ozlabs.org/patch/1094678/ to avoid MMC boot failure.
---
 arch/arm/dts/armada-388-clearfog-u-boot.dtsi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/dts/armada-388-clearfog-u-boot.dtsi b/arch/arm/dts/armada-388-clearfog-u-boot.dtsi
index f31691ee9491..a12694e17103 100644
--- a/arch/arm/dts/armada-388-clearfog-u-boot.dtsi
+++ b/arch/arm/dts/armada-388-clearfog-u-boot.dtsi
@@ -7,3 +7,7 @@
 		u-boot,dm-spl;
 	};
 };
+
+&sdhci {
+	u-boot,dm-spl;
+};
-- 
2.20.1



More information about the U-Boot mailing list