[U-Boot] [PATCH] arm: mvebu: helios4: add MMC to SPL DT
dgilmore at redhat.com
dgilmore at redhat.com
Wed May 29 14:36:13 UTC 2019
From: Dennis Gilmore <dennis at ausil.us>
This allows SPL to load the main U-Boot image from MMC once DM_MMC is
enabled.
Signed-off-by: Dennis Gilmore <dennis at ausil.us>
---
arch/arm/dts/armada-388-helios4-u-boot.dtsi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/dts/armada-388-helios4-u-boot.dtsi b/arch/arm/dts/armada-388-helios4-u-boot.dtsi
index 4b20610d83..f0da9f42de 100644
--- a/arch/arm/dts/armada-388-helios4-u-boot.dtsi
+++ b/arch/arm/dts/armada-388-helios4-u-boot.dtsi
@@ -20,3 +20,7 @@
status = "okay";
u-boot,dm-spl;
};
+
+&sdhci {
+ u-boot,dm-spl;
+};
--
2.21.0
More information about the U-Boot
mailing list