summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2015-12-22 04:15:21 +0100
committerMarek Vasut <marex@denx.de>2015-12-22 04:42:28 +0100
commit68909e823eb4074a7e559e0c03d16533813c86cf (patch)
tree898f9d5e0dc6610aa9df760659808e524f98226e /arch
parent55702fe275b9570418fd71f09c0cab08c02860d1 (diff)
downloadblackbird-obmc-uboot-68909e823eb4074a7e559e0c03d16533813c86cf.tar.gz
blackbird-obmc-uboot-68909e823eb4074a7e559e0c03d16533813c86cf.zip
arm: socfpga: Make /soc available in pre-reloc
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/socfpga_cyclone5_socdk.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/dts/socfpga_cyclone5_socdk.dts b/arch/arm/dts/socfpga_cyclone5_socdk.dts
index 224928f755..a202709d60 100644
--- 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 {
OpenPOWER on IntegriCloud