From: Vladimir Zapolskiy Date: Sat, 17 Oct 2015 21:35:54 +0000 (+0300) Subject: arm: dts: ea3250/phy3250: specify phys memory offset for lpc32xx boards X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=cae59490674cf8dab153c6b1350247228b3fc972;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git arm: dts: ea3250/phy3250: specify phys memory offset for lpc32xx boards 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 --- diff --git a/arch/arm/boot/dts/ea3250.dts b/arch/arm/boot/dts/ea3250.dts index 121d0328a0d6..392430b25154 100644 --- a/arch/arm/boot/dts/ea3250.dts +++ b/arch/arm/boot/dts/ea3250.dts @@ -22,7 +22,7 @@ memory { device_type = "memory"; - reg = <0 0x4000000>; + reg = <0x80000000 0x4000000>; }; ahb { diff --git a/arch/arm/boot/dts/phy3250.dts b/arch/arm/boot/dts/phy3250.dts index 2a2d2cfd02c8..79a20f7730f3 100644 --- a/arch/arm/boot/dts/phy3250.dts +++ b/arch/arm/boot/dts/phy3250.dts @@ -22,7 +22,7 @@ memory { device_type = "memory"; - reg = <0 0x4000000>; + reg = <0x80000000 0x4000000>; }; ahb {