ARM: dts: uniphier: add u-boot, dm-pre-reloc to use eMMC boot on sLD3
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 25 Aug 2016 08:02:33 +0000 (17:02 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 28 Aug 2016 04:11:34 +0000 (13:11 +0900)
The eMMC on sLD3 is assigned with dedicated pins (only multiplexed
with GPIO), so it shouldn't hurt to enable eMMC on SPL all the time.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/dts/uniphier-ph1-sld3-ref.dts
arch/arm/dts/uniphier-ph1-sld3.dtsi

index 099df83..0863588 100644 (file)
 &serial0 {
        u-boot,dm-pre-reloc;
 };
+
+&mio {
+       u-boot,dm-pre-reloc;
+};
+
+&emmc {
+       u-boot,dm-pre-reloc;
+};
index c3adaf1..6a95541 100644 (file)
@@ -61,6 +61,7 @@
                #size-cells = <1>;
                ranges;
                interrupt-parent = <&intc>;
+               u-boot,dm-pre-reloc;
 
                timer@20000200 {
                        compatible = "arm,cortex-a9-global-timer";