Commit 79db45be authored by Tao Huang's avatar Tao Huang Committed by Heiko Stuebner

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: default avatarTao Huang <huangtao@rock-chips.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent febdf639
......@@ -45,7 +45,7 @@
/ {
memory@0 {
device_type = "memory";
reg = <0x0 0x80000000>;
reg = <0x0 0x0 0x0 0x80000000>;
};
adc-keys {
......
......@@ -47,7 +47,7 @@ / {
compatible = "rockchip,rk3288-fennec", "rockchip,rk3288";
memory@0 {
reg = <0x0 0x80000000>;
reg = <0x0 0x0 0x0 0x80000000>;
device_type = "memory";
};
......
......@@ -47,7 +47,7 @@
/ {
memory@0 {
device_type = "memory";
reg = <0 0x80000000>;
reg = <0x0 0x0 0x0 0x80000000>;
};
ext_gmac: external-gmac-clock {
......
......@@ -46,7 +46,7 @@
/ {
memory@0 {
device_type = "memory";
reg = <0 0x80000000>;
reg = <0x0 0x0 0x0 0x80000000>;
};
adc-keys {
......
......@@ -54,7 +54,7 @@ chosen {
memory@0 {
device_type = "memory";
reg = <0 0x80000000>;
reg = <0x0 0x0 0x0 0x80000000>;
};
ext_gmac: external-gmac-clock {
......
......@@ -55,7 +55,7 @@ / {
*/
memory {
device_type = "memory";
reg = <0 0x8000000>;
reg = <0x0 0x0 0x0 0x8000000>;
};
aliases {
......
......@@ -50,7 +50,7 @@ / {
memory@0 {
device_type = "memory";
reg = <0 0x80000000>;
reg = <0x0 0x0 0x0 0x80000000>;
};
ext_gmac: external-gmac-clock {
......
......@@ -50,7 +50,7 @@ / {
memory@0 {
device_type = "memory";
reg = <0x0 0x80000000>;
reg = <0x0 0x0 0x0 0x80000000>;
};
ext_gmac: external-gmac-clock {
......
......@@ -43,7 +43,7 @@
/ {
memory@0 {
reg = <0x0 0x80000000>;
reg = <0x0 0x0 0x0 0x80000000>;
device_type = "memory";
};
......
......@@ -50,7 +50,7 @@ / {
compatible = "asus,rk3288-tinker", "rockchip,rk3288";
memory {
reg = <0x0 0x80000000>;
reg = <0x0 0x0 0x0 0x80000000>;
device_type = "memory";
};
......
......@@ -49,7 +49,7 @@
/ {
memory@0 {
device_type = "memory";
reg = <0x0 0x80000000>;
reg = <0x0 0x0 0x0 0x80000000>;
};
gpio_keys: gpio-keys {
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment