]> git.sur5r.net Git - u-boot/commitdiff
arm: socfpga: Make /soc available in pre-reloc
authorMarek Vasut <marex@denx.de>
Tue, 22 Dec 2015 03:15:21 +0000 (04:15 +0100)
committerMarek 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

index 224928f75578c874db31f86b24265f49cf05055e..a202709d6030b06760669115b4aba931fa810988 100644 (file)
                regulator-min-microvolt = <3300000>;
                regulator-max-microvolt = <3300000>;
        };
+
+       soc {
+               u-boot,dm-pre-reloc;
+       };
 };
 
 &gmac1 {