[U-Boot] [PATCH] 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 baruch@tkos.co.il --- This patch should be applied before http://patchwork.ozlabs.org/patch/1094678/ to avoid MMC boot failure. --- arch/arm/dts/armada-388-clearfog-u-boot.dtsi | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/arch/arm/dts/armada-388-clearfog-u-boot.dtsi b/arch/arm/dts/armada-388-clearfog-u-boot.dtsi index f31691ee9491..a12694e17103 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; +};

On 08.05.19 16:47, Baruch Siach wrote:
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
Thanks, Stefan

On 08.05.19 16:47, Baruch Siach wrote:
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
Applied to u-boot-marvell/master.
Thanks, Stefan
participants (2)
-
Baruch Siach
-
Stefan Roese