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 cf6c08881b18a0e24378d7ac27da5f2ed2c3be01..38e4f3d99ac97a563c8af1652f2224fed09b4794 100644 (file)
        u-boot,dm-spl;
 };
 
+&gpio0 {
+       u-boot,dm-spl;
+};
+
 &ahci0 {
        u-boot,dm-spl;
 };