]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
arm: socfpga: Fix SD/MMC boot on ArriaV SoCDK
authorMarek Vasut <marex@denx.de>
Wed, 19 Aug 2015 05:43:19 +0000 (07:43 +0200)
committerMarek Vasut <marex@denx.de>
Sun, 23 Aug 2015 09:56:20 +0000 (11:56 +0200)
Add the missing DT nodes, so that ArriaV SoCDK can boot from SD
card. The SD card must be in slot J5 and BSEL must be 0x5.

Signed-off-by: Marek Vasut <marex@denx.de>
arch/arm/dts/socfpga_arria5_socdk.dts

index f2b5963f5943c48220031e99d4c417437a021d06..7d1836e8be786d496a9e45881c8df033daafa66f 100644 (file)
                regulator-min-microvolt = <3300000>;
                regulator-max-microvolt = <3300000>;
        };
+
+       soc {
+               u-boot,dm-pre-reloc;
+       };
 };
 
 &gmac1 {
@@ -67,6 +71,8 @@
 &mmc0 {
        vmmc-supply = <&regulator_3_3v>;
        vqmmc-supply = <&regulator_3_3v>;
+       bus-width = <4>;
+       u-boot,dm-pre-reloc;
 };
 
 &usb1 {