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: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Heiko Stuebner
2015-07-15 20:57:21 +02:00
父節點 05ffc63062
當前提交 6158e6d004
共有 8 個文件被更改,包括 8 次插入0 次删除

查看文件

@@ -48,6 +48,7 @@
compatible = "haoyu,marsboard-rk3066", "rockchip,rk3066a";
memory {
device_type = "memory";
reg = <0x60000000 0x40000000>;
};