ARM: dts: rockchip: Add missing unit name to memory nodes in rk3036 boards
authorJavier Martinez Canillas <javier@osg.samsung.com>
Fri, 9 Sep 2016 14:01:06 +0000 (10:01 -0400)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 16 Oct 2016 00:42:42 +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/rk3036-evb.dts
arch/arm/boot/dts/rk3036-kylin.dts

index 8db9e9b..2f5f155 100644 (file)
@@ -46,7 +46,7 @@
        model = "Rockchip RK3036 Evaluation board";
        compatible = "rockchip,rk3036-evb", "rockchip,rk3036";
 
-       memory {
+       memory@60000000 {
                device_type = "memory";
                reg = <0x60000000 0x40000000>;
        };
index 1df1557..3de958e 100644 (file)
@@ -46,7 +46,7 @@
        model = "Rockchip RK3036 KylinBoard";
        compatible = "rockchip,rk3036-kylin", "rockchip,rk3036";
 
-       memory {
+       memory@60000000 {
                device_type = "memory";
                reg = <0x60000000 0x20000000>;
        };