arm: dts: ea3250/phy3250: specify phys memory offset for lpc32xx boards
authorVladimir Zapolskiy <vz@mleia.com>
Sat, 17 Oct 2015 21:35:54 +0000 (00:35 +0300)
committerVladimir Zapolskiy <vz@mleia.com>
Wed, 18 Nov 2015 16:01:14 +0000 (18:01 +0200)
In case if SDRAM memory region is not populated by a bootloader,
provide this value in device trees for EA3250 and PHY3250 boards.

Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
arch/arm/boot/dts/ea3250.dts
arch/arm/boot/dts/phy3250.dts

index 121d032..392430b 100644 (file)
@@ -22,7 +22,7 @@
 
        memory {
                device_type = "memory";
-               reg = <0 0x4000000>;
+               reg = <0x80000000 0x4000000>;
        };
 
        ahb {
index 2a2d2cf..79a20f7 100644 (file)
@@ -22,7 +22,7 @@
 
        memory {
                device_type = "memory";
-               reg = <0 0x4000000>;
+               reg = <0x80000000 0x4000000>;
        };
 
        ahb {