diff options
author | Tao Huang <huangtao@rock-chips.com> | 2017-08-03 06:21:36 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-08-06 13:54:04 +0300 |
commit | 79db45be2b8be474eb518ecd8068c1eb9d536be3 (patch) | |
tree | 1cc6cd3a01c1b1f2c45a85de514dd5c6a562119e /arch/arm/boot/dts/rk3288-tinker.dts | |
parent | febdf6399962bac214adb0327b19f533e9ada7a3 (diff) | |
download | linux-79db45be2b8be474eb518ecd8068c1eb9d536be3.tar.xz |
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.
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3288-tinker.dts')
-rw-r--r-- | arch/arm/boot/dts/rk3288-tinker.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3288-tinker.dts b/arch/arm/boot/dts/rk3288-tinker.dts index b48eee1bdca4..346b0d8b474d 100644 --- a/arch/arm/boot/dts/rk3288-tinker.dts +++ b/arch/arm/boot/dts/rk3288-tinker.dts @@ -50,7 +50,7 @@ compatible = "asus,rk3288-tinker", "rockchip,rk3288"; memory { - reg = <0x0 0x80000000>; + reg = <0x0 0x0 0x0 0x80000000>; device_type = "memory"; }; |