]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
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 121d0328a0d670b019e79ae6623c9ba440f6e8ab..392430b25154db4e9254a68e24ee33034331834f 100644 (file)
@@ -22,7 +22,7 @@
 
        memory {
                device_type = "memory";
-               reg = <0 0x4000000>;
+               reg = <0x80000000 0x4000000>;
        };
 
        ahb {
index 2a2d2cfd02c8d8ce614f20ed197eef6305bf425c..79a20f7730f333ecb1c3b288ed3f0052d64c0d27 100644 (file)
@@ -22,7 +22,7 @@
 
        memory {
                device_type = "memory";
-               reg = <0 0x4000000>;
+               reg = <0x80000000 0x4000000>;
        };
 
        ahb {