提交 6158e6d0 编写于 作者: H 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: NHeiko Stuebner <heiko@sntech.de>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册