diff options
| author | Marek Vasut <[email protected]> | 2015-08-19 07:43:19 +0200 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2015-08-23 11:56:20 +0200 |
| commit | 476a36032ddddca940db756da0a33a4245cc327d (patch) | |
| tree | 3bf4ba6f3b7451a716c60c169cb15e1ba0ecbb34 | |
| parent | d418301167a1b8ccc64060a5a538c2980cdae073 (diff) | |
arm: socfpga: Fix SD/MMC boot on ArriaV SoCDK
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 <[email protected]>
| -rw-r--r-- | arch/arm/dts/socfpga_arria5_socdk.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/dts/socfpga_arria5_socdk.dts b/arch/arm/dts/socfpga_arria5_socdk.dts index f2b5963f594..7d1836e8be7 100644 --- a/arch/arm/dts/socfpga_arria5_socdk.dts +++ b/arch/arm/dts/socfpga_arria5_socdk.dts @@ -33,6 +33,10 @@ regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; }; + + soc { + u-boot,dm-pre-reloc; + }; }; &gmac1 { @@ -67,6 +71,8 @@ &mmc0 { vmmc-supply = <®ulator_3_3v>; vqmmc-supply = <®ulator_3_3v>; + bus-width = <4>; + u-boot,dm-pre-reloc; }; &usb1 { |
