diff options
author | Marek Vasut <marex@denx.de> | 2015-12-22 03:15:21 (GMT) |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-12-22 03:42:28 (GMT) |
commit | 68909e823eb4074a7e559e0c03d16533813c86cf (patch) | |
tree | 898f9d5e0dc6610aa9df760659808e524f98226e | |
parent | 55702fe275b9570418fd71f09c0cab08c02860d1 (diff) | |
download | u-boot-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.dts | 4 |
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 { |