From: Baruch Siach Date: Wed, 8 May 2019 14:47:32 +0000 (+0300) Subject: arm: mvebu: clearfog: add MMC to SPL DT X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=13cba82b51f57e9a06ebf3d9490e1f682e55ed97;p=u-boot.git arm: mvebu: clearfog: add MMC to SPL DT This allows SPL to load the main U-Boot image from MMC once DM_MMC is enabled. Signed-off-by: Baruch Siach Reviewed-by: Stefan Roese Signed-off-by: Stefan Roese --- diff --git a/arch/arm/dts/armada-388-clearfog-u-boot.dtsi b/arch/arm/dts/armada-388-clearfog-u-boot.dtsi index f31691ee94..a12694e171 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; +};