From: Dennis Gilmore Date: Wed, 29 May 2019 14:36:13 +0000 (-0500) Subject: arm: mvebu: helios4: add MMC to SPL DT X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=7505075dffb8bf0584f01872fea476bcd03978b9;p=u-boot.git arm: mvebu: helios4: 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: Dennis Gilmore Reviewed-by: Stefan Roese Signed-off-by: Stefan Roese --- 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; +};