diff options
author | Vladimir Zapolskiy | 2015-10-18 00:35:54 +0300 |
---|---|---|
committer | Vladimir Zapolskiy | 2015-11-18 18:01:14 +0200 |
commit | cae59490674cf8dab153c6b1350247228b3fc972 (patch) | |
tree | 59316c597a2c9ba2778f91cb40ab917272754d24 | |
parent | 2a6c6563313dd5c96277e4a3368df65e268bcc9b (diff) |
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 <vz@mleia.com>
-rw-r--r-- | arch/arm/boot/dts/ea3250.dts | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/phy3250.dts | 2 |
2 files changed, 2 insertions, 2 deletions
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 { |