]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
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 099df830330e366193b6bfdcc53ac7c0c20eed9d..0863588d991a4eaa3df58773355709f6cd2b3110 100644 (file)
 &serial0 {
        u-boot,dm-pre-reloc;
 };
+
+&mio {
+       u-boot,dm-pre-reloc;
+};
+
+&emmc {
+       u-boot,dm-pre-reloc;
+};
index c3adaf170ba1fac9592d9b899bf4440c0db2fb24..6a9554131166c57593afcdb08fa47d1fcd03cf51 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";