From: Marek Vasut Date: Tue, 22 Dec 2015 03:15:21 +0000 (+0100) Subject: arm: socfpga: Make /soc available in pre-reloc X-Git-Tag: v2016.01-rc4~17^2~27 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=68909e823eb4074a7e559e0c03d16533813c86cf;p=u-boot 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 Cc: Dinh Nguyen --- 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 {