arm: mvebu: clearfog: fix boot from SD card
authorBaruch Siach <baruch@tkos.co.il>
Sun, 3 Nov 2019 09:52:39 +0000 (11:52 +0200)
committerStefan Roese <sr@denx.de>
Thu, 14 Nov 2019 07:28:39 +0000 (08:28 +0100)
Enable gpio0 in SPL to allow the sdhci driver read the SD card-detect
signal.

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

index cf6c088..38e4f3d 100644 (file)
        u-boot,dm-spl;
 };
 
+&gpio0 {
+       u-boot,dm-spl;
+};
+
 &ahci0 {
        u-boot,dm-spl;
 };