Browse Source

ARM: dts: uniphier: add u-boot, dm-pre-reloc to use eMMC boot on sLD3

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>
Masahiro Yamada 8 years ago
parent
commit
f0633533d5
2 changed files with 9 additions and 0 deletions
  1. 8 0
      arch/arm/dts/uniphier-ph1-sld3-ref.dts
  2. 1 0
      arch/arm/dts/uniphier-ph1-sld3.dtsi

+ 8 - 0
arch/arm/dts/uniphier-ph1-sld3-ref.dts

@@ -85,3 +85,11 @@
 &serial0 {
 &serial0 {
        u-boot,dm-pre-reloc;
        u-boot,dm-pre-reloc;
 };
 };
+
+&mio {
+       u-boot,dm-pre-reloc;
+};
+
+&emmc {
+       u-boot,dm-pre-reloc;
+};

+ 1 - 0
arch/arm/dts/uniphier-ph1-sld3.dtsi

@@ -61,6 +61,7 @@
 		#size-cells = <1>;
 		#size-cells = <1>;
 		ranges;
 		ranges;
 		interrupt-parent = <&intc>;
 		interrupt-parent = <&intc>;
+		u-boot,dm-pre-reloc;
 
 
 		timer@20000200 {
 		timer@20000200 {
 			compatible = "arm,cortex-a9-global-timer";
 			compatible = "arm,cortex-a9-global-timer";