ARM: dts: rockchip: Add missing unit name to memory nodes in rk3xxx boards
authorJavier Martinez Canillas <javier@osg.samsung.com>
Fri, 9 Sep 2016 14:01:09 +0000 (10:01 -0400)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 16 Oct 2016 00:42:43 +0000 (02:42 +0200)
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>
arch/arm/boot/dts/rk3066a-bqcurie2.dts
arch/arm/boot/dts/rk3066a-marsboard.dts
arch/arm/boot/dts/rk3066a-rayeager.dts
arch/arm/boot/dts/rk3188-radxarock.dts

index bc674ee206ec96ac2e96a92a40dcbc5ea8bba20e..c0d8b5446ba78a529931f87d47e438379c8b3271 100644 (file)
@@ -49,7 +49,7 @@
        model = "bq Curie 2";
        compatible = "mundoreader,bq-curie2", "rockchip,rk3066a";
 
-       memory {
+       memory@60000000 {
                device_type = "memory";
                reg = <0x60000000 0x40000000>;
        };
index a2b763e949b4648f60e3929d0afba5afc711a61b..0a54c4beff8d94d2ae1fc65c170104791f472015 100644 (file)
@@ -47,7 +47,7 @@
        model = "MarsBoard RK3066";
        compatible = "haoyu,marsboard-rk3066", "rockchip,rk3066a";
 
-       memory {
+       memory@60000000 {
                device_type = "memory";
                reg = <0x60000000 0x40000000>;
        };
index 6e7f2187a0e3a0774235e0e7e88b96b66195efbb..82465b6444435ad7ce8f9800066e8a353d165e91 100644 (file)
@@ -48,7 +48,7 @@
        model = "Rayeager PX2";
        compatible = "chipspark,rayeager-px2", "rockchip,rk3066a";
 
-       memory {
+       memory@60000000 {
                device_type = "memory";
                reg = <0x60000000 0x40000000>;
        };
index 1da46d138029f2bc96b5de213b8f0523ad0784ef..5e8a235ed02da9bea38d8f345a503cf336a4bdbc 100644 (file)
@@ -48,7 +48,7 @@
        model = "Radxa Rock";
        compatible = "radxa,rock", "rockchip,rk3188";
 
-       memory {
+       memory@60000000 {
                device_type = "memory";
                reg = <0x60000000 0x80000000>;
        };