Commit 6158e6d0 authored by Heiko Stuebner's avatar Heiko Stuebner

ARM: dts: rockchip: add missing device_type = "memory" to boards

The memory node is supposed to contain a device_type property marking
it as memory. The currently included boards miss this property.
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 05ffc630
......@@ -49,6 +49,7 @@ / {
compatible = "mundoreader,bq-curie2", "rockchip,rk3066a";
memory {
device_type = "memory";
reg = <0x60000000 0x40000000>;
};
......
......@@ -48,6 +48,7 @@ / {
compatible = "haoyu,marsboard-rk3066", "rockchip,rk3066a";
memory {
device_type = "memory";
reg = <0x60000000 0x40000000>;
};
......
......@@ -48,6 +48,7 @@ / {
compatible = "chipspark,rayeager-px2", "rockchip,rk3066a";
memory {
device_type = "memory";
reg = <0x60000000 0x40000000>;
};
......
......@@ -48,6 +48,7 @@ / {
compatible = "radxa,rock", "rockchip,rk3188";
memory {
device_type = "memory";
reg = <0x60000000 0x80000000>;
};
......
......@@ -43,6 +43,7 @@
/ {
memory {
device_type = "memory";
reg = <0x0 0x80000000>;
};
......
......@@ -44,6 +44,7 @@
/ {
memory {
device_type = "memory";
reg = <0 0x80000000>;
};
......
......@@ -49,6 +49,7 @@ / {
compatible = "chipspark,popmetal-rk3288", "rockchip,rk3288";
memory{
device_type = "memory";
reg = <0 0x80000000>;
};
......
......@@ -48,6 +48,7 @@ / {
compatible = "netxeon,r89", "rockchip,rk3288";
memory {
device_type = "memory";
reg = <0x0 0x80000000>;
};
......
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