summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/rk3288-firefly.dtsi
diff options
context:
space:
mode:
authorHuang, Tao <huangtao@rock-chips.com>2017-05-25 20:48:57 +0800
committerHuang, Tao <huangtao@rock-chips.com>2017-06-23 16:19:31 +0800
commitdd19ce4b833e1725d6dcb3986af31099a1ba7beb (patch)
tree05f515a2a55abb40da9f2b7a33875456d541ffa0 /arch/arm/boot/dts/rk3288-firefly.dtsi
parent32914eebfa044c366aed7ff36a4f8e810c50d0a6 (diff)
ARM: dts: rockchip: convert rk3288 device tree files to 64 bits
In order to be able to use more than 4GB of RAM when the LPAE is activated, the dts must be converted in 64 bits. Most of the changes by the following commands: sed -e 's/0xff/0x0 0xff/g' -e 's/0x0 0xff[[:xdigit:]]\{6\}/& 0x0/g' sed 's/reg = <0x0 0x80000000>/reg = <0x0 0x0 0x0 0x80000000>/' sed 's/reg = <0 0x80000000>/reg = <0x0 0x0 0x0 0x80000000>/' sed 's/reg = <0 0x8000000>/reg = <0x0 0x0 0x0 0x8000000>/' Change-Id: Ic4711ae04abc03db9ee09f78223a955a66a85d60 Signed-off-by: Huang, Tao <huangtao@rock-chips.com>
Diffstat (limited to 'arch/arm/boot/dts/rk3288-firefly.dtsi')
-rw-r--r--arch/arm/boot/dts/rk3288-firefly.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3288-firefly.dtsi b/arch/arm/boot/dts/rk3288-firefly.dtsi
index 8c8692905d9b..30d262a8d78a 100644
--- a/arch/arm/boot/dts/rk3288-firefly.dtsi
+++ b/arch/arm/boot/dts/rk3288-firefly.dtsi
@@ -45,7 +45,7 @@
/ {
memory {
device_type = "memory";
- reg = <0 0x80000000>;
+ reg = <0x0 0x0 0x0 0x80000000>;
};
backlight: backlight {