ARM: dts: dm8148: Add missing unit name to memory nodes
authorJavier Martinez Canillas <javier@osg.samsung.com>
Wed, 31 Aug 2016 10:35:34 +0000 (12:35 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 31 Aug 2016 14:40:26 +0000 (07:40 -0700)
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: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/dm8148-evm.dts
arch/arm/boot/dts/dm8148-t410.dts

index 376b853..d6657b3 100644 (file)
@@ -12,7 +12,7 @@
        model = "DM8148 EVM";
        compatible = "ti,dm8148-evm", "ti,dm8148";
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x40000000>;  /* 1 GB */
        };
index b1ce139..63883b3 100644 (file)
@@ -11,7 +11,7 @@
        model = "HP t410 Smart Zero Client";
        compatible = "hp,t410", "ti,dm8148";
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x40000000>;  /* 1 GB */
        };