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:
55702fe
)
arm: socfpga: Make /soc available in pre-reloc
author
Marek Vasut
<marex@denx.de>
Tue, 22 Dec 2015 03:15:21 +0000
(
04:15
+0100)
committer
Marek Vasut
<marex@denx.de>
Tue, 22 Dec 2015 03:42:28 +0000
(
04:42
+0100)
This node must be available before relocation, otherwise the board
will not find mmc and will thus not boot.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
arch/arm/dts/socfpga_cyclone5_socdk.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/socfpga_cyclone5_socdk.dts
b/arch/arm/dts/socfpga_cyclone5_socdk.dts
index 224928f75578c874db31f86b24265f49cf05055e..a202709d6030b06760669115b4aba931fa810988 100644
(file)
--- a/
arch/arm/dts/socfpga_cyclone5_socdk.dts
+++ b/
arch/arm/dts/socfpga_cyclone5_socdk.dts
@@
-34,6
+34,10
@@
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
+
+ soc {
+ u-boot,dm-pre-reloc;
+ };
};
&gmac1 {