diff options
author | Tony Lindgren <tony@atomide.com> | 2016-09-14 02:10:56 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2016-09-14 02:14:19 +0300 |
commit | 98cc4544d65c8d879a39cfc38703e9f4d078a3e9 (patch) | |
tree | be404aafd13220a7762ac987bc9ad8893a76fcea /arch/arm/boot/dts/omap5-uevm.dts | |
parent | 0af28cc92690d8c231ddf003452282e885993c08 (diff) | |
download | linux-98cc4544d65c8d879a39cfc38703e9f4d078a3e9.tar.xz |
ARM: dts: Add support for more than 2GB of memory for omap5
Some omap5 variants have more than 2GB of memory available as
optional models. Let's update the dts files to use two address
cells similar to what dra7 is using with commit dae320ec3173
("ARM: dts: DRA7: change address-cells and size-cells").
Acked-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap5-uevm.dts')
-rw-r--r-- | arch/arm/boot/dts/omap5-uevm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts index 6966b77976ba..53d31a87b44b 100644 --- a/arch/arm/boot/dts/omap5-uevm.dts +++ b/arch/arm/boot/dts/omap5-uevm.dts @@ -15,7 +15,7 @@ memory@80000000 { device_type = "memory"; - reg = <0x80000000 0x7F000000>; /* 2032 MB */ + reg = <0 0x80000000 0 0x7f000000>; /* 2032 MB */ }; leds { |