ARM: dts: omap2: Add missing unit name to memory nodes
authorJavier Martinez Canillas <javier@osg.samsung.com>
Wed, 31 Aug 2016 10:35:26 +0000 (12:35 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 31 Aug 2016 14:40:22 +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/omap2420-h4.dts
arch/arm/boot/dts/omap2420-n8x0-common.dtsi
arch/arm/boot/dts/omap2430-sdp.dts

index 34cdecb..9265c0b 100644 (file)
@@ -13,7 +13,7 @@
        model = "TI OMAP2420 H4 board";
        compatible = "ti,omap2420-h4", "ti,omap2420", "ti,omap2";
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x4000000>; /* 64 MB */
        };
index db95aad..7e5ffc5 100644 (file)
@@ -1,7 +1,7 @@
 #include "omap2420.dtsi"
 
 / {
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x8000000>; /* 128 MB */
        };
index 6b36ede..4f7d9d7 100644 (file)
@@ -13,7 +13,7 @@
        model = "TI OMAP2430 SDP";
        compatible = "ti,omap2430-sdp", "ti,omap2430", "ti,omap2";
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x8000000>; /* 128 MB */
        };