arm: mvebu: helios4: add MMC to SPL DT
authorDennis Gilmore <dennis@ausil.us>
Wed, 29 May 2019 14:36:13 +0000 (09:36 -0500)
committerStefan Roese <sr@denx.de>
Tue, 4 Jun 2019 06:33:24 +0000 (08:33 +0200)
This allows SPL to load the main U-Boot image from MMC once DM_MMC is
enabled.

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
arch/arm/dts/armada-388-helios4-u-boot.dtsi

index 4b20610..f0da9f4 100644 (file)
@@ -20,3 +20,7 @@
        status = "okay";
        u-boot,dm-spl;
 };
+
+&sdhci {
+       u-boot,dm-spl;
+};