summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2015-12-22 03:15:21 (GMT)
committerMarek Vasut <marex@denx.de>2015-12-22 03:42:28 (GMT)
commit68909e823eb4074a7e559e0c03d16533813c86cf (patch)
tree898f9d5e0dc6610aa9df760659808e524f98226e
parent55702fe275b9570418fd71f09c0cab08c02860d1 (diff)
downloadu-boot-fsl-qoriq-68909e823eb4074a7e559e0c03d16533813c86cf.tar.xz
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>
-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 224928f..a202709 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 {