Commit 1718a9f3b7882c6a1a751d84c58fcd7c8bdb0365

Authored by Stefan Roese
1 parent e14d9ca491

arm: mvebu: armada-370-xp.dtsi: Add "u-boot, dm-pre-reloc" to "internal-regs"

Without this U-Boot specific property, booting on Armada XP theadorable
fails in SPL. All nodes in the "internal-regs" (simple-bus) DT node are
not scanned, so the UART node is missing (and others).

I'm not adding this property in an *u-boot.dtsi file, since there is
none matching the generic rules for all files including this dtsi
file. So to not miss any of the boards using this dtsi file, I'm
adding it to this file directly, which makes the Linux merge a less
easy unforunately.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Chris Packham <judge.packham@gmail.com>
Cc: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Chris Packham <judge.packham@gmail.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

arch/arm/dts/armada-370-xp.dtsi
... ... @@ -102,6 +102,7 @@
102 102 #address-cells = <1>;
103 103 #size-cells = <1>;
104 104 ranges = <0 MBUS_ID(0xf0, 0x01) 0 0x100000>;
  105 + u-boot,dm-pre-reloc;
105 106  
106 107 rtc: rtc@10300 {
107 108 compatible = "marvell,orion-rtc";