提交 adc9e3a6 编写于 作者: J Javier Martinez Canillas 提交者: Heiko Stuebner

ARM: dts: rockchip: Add missing unit name to memory nodes in rk3xxx boards

This patch fixes the following DTC warnings:

"Node /memory has a reg or ranges property, but no unit name"
Signed-off-by: NJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: NHeiko Stuebner <heiko@sntech.de>
上级 0b639b81
......@@ -49,7 +49,7 @@
model = "bq Curie 2";
compatible = "mundoreader,bq-curie2", "rockchip,rk3066a";
memory {
memory@60000000 {
device_type = "memory";
reg = <0x60000000 0x40000000>;
};
......
......@@ -47,7 +47,7 @@
model = "MarsBoard RK3066";
compatible = "haoyu,marsboard-rk3066", "rockchip,rk3066a";
memory {
memory@60000000 {
device_type = "memory";
reg = <0x60000000 0x40000000>;
};
......
......@@ -48,7 +48,7 @@
model = "Rayeager PX2";
compatible = "chipspark,rayeager-px2", "rockchip,rk3066a";
memory {
memory@60000000 {
device_type = "memory";
reg = <0x60000000 0x40000000>;
};
......
......@@ -48,7 +48,7 @@
model = "Radxa Rock";
compatible = "radxa,rock", "rockchip,rk3188";
memory {
memory@60000000 {
device_type = "memory";
reg = <0x60000000 0x80000000>;
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册