arm: mvebu: clearfog: add MMC to SPL DT
authorBaruch Siach <baruch@tkos.co.il>
Wed, 8 May 2019 14:47:32 +0000 (17:47 +0300)
committerStefan Roese <sr@denx.de>
Thu, 9 May 2019 05:35:04 +0000 (07:35 +0200)
This allows SPL to load the main U-Boot image from MMC once DM_MMC is
enabled.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
arch/arm/dts/armada-388-clearfog-u-boot.dtsi

index f31691ee9491cc7839454d9e2331bedf2b1c3684..a12694e1710377e685c1b715f5c96a47dc549f25 100644 (file)
@@ -7,3 +7,7 @@
                u-boot,dm-spl;
        };
 };
+
+&sdhci {
+       u-boot,dm-spl;
+};