projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d418301
)
arm: socfpga: Fix SD/MMC boot on ArriaV SoCDK
author
Marek Vasut
<marex@denx.de>
Wed, 19 Aug 2015 05:43:19 +0000
(07:43 +0200)
committer
Marek 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
patch
|
blob
|
history
diff --git
a/arch/arm/dts/socfpga_arria5_socdk.dts
b/arch/arm/dts/socfpga_arria5_socdk.dts
index f2b5963f5943c48220031e99d4c417437a021d06..7d1836e8be786d496a9e45881c8df033daafa66f 100644
(file)
--- 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 {