[U-Boot] [PATCH] arm: mvebu: helios4: add MMC to SPL DT

From: Dennis Gilmore dennis@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@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; +};

On 29.05.19 16:36, dgilmore@redhat.com wrote:
From: Dennis Gilmore dennis@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@ausil.us
Reviewed-by: Stefan Roese sr@denx.de
Thanks, Stefan

On 29.05.19 16:36, dgilmore@redhat.com wrote:
From: Dennis Gilmore dennis@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@ausil.us
Applied to u-boot-marvell/master
Thanks, Stefan
participants (2)
-
dgilmore@redhat.com
-
Stefan Roese