1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00

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: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Javier Martinez Canillas 2016-09-09 10:01:09 -04:00 committed by Heiko Stuebner
parent 0b639b815f
commit adc9e3a688
4 changed files with 4 additions and 4 deletions

View file

@ -49,7 +49,7 @@
model = "bq Curie 2"; model = "bq Curie 2";
compatible = "mundoreader,bq-curie2", "rockchip,rk3066a"; compatible = "mundoreader,bq-curie2", "rockchip,rk3066a";
memory { memory@60000000 {
device_type = "memory"; device_type = "memory";
reg = <0x60000000 0x40000000>; reg = <0x60000000 0x40000000>;
}; };

View file

@ -47,7 +47,7 @@
model = "MarsBoard RK3066"; model = "MarsBoard RK3066";
compatible = "haoyu,marsboard-rk3066", "rockchip,rk3066a"; compatible = "haoyu,marsboard-rk3066", "rockchip,rk3066a";
memory { memory@60000000 {
device_type = "memory"; device_type = "memory";
reg = <0x60000000 0x40000000>; reg = <0x60000000 0x40000000>;
}; };

View file

@ -48,7 +48,7 @@
model = "Rayeager PX2"; model = "Rayeager PX2";
compatible = "chipspark,rayeager-px2", "rockchip,rk3066a"; compatible = "chipspark,rayeager-px2", "rockchip,rk3066a";
memory { memory@60000000 {
device_type = "memory"; device_type = "memory";
reg = <0x60000000 0x40000000>; reg = <0x60000000 0x40000000>;
}; };

View file

@ -48,7 +48,7 @@
model = "Radxa Rock"; model = "Radxa Rock";
compatible = "radxa,rock", "rockchip,rk3188"; compatible = "radxa,rock", "rockchip,rk3188";
memory { memory@60000000 {
device_type = "memory"; device_type = "memory";
reg = <0x60000000 0x80000000>; reg = <0x60000000 0x80000000>;
}; };