ARM: dts: omap3: Add missing unit name to memory nodes
authorJavier Martinez Canillas <javier@osg.samsung.com>
Wed, 31 Aug 2016 10:35:27 +0000 (12:35 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 31 Aug 2016 14:40:23 +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>
19 files changed:
arch/arm/boot/dts/logicpd-torpedo-som.dtsi
arch/arm/boot/dts/omap3-beagle-xm.dts
arch/arm/boot/dts/omap3-beagle.dts
arch/arm/boot/dts/omap3-cm-t3x.dtsi
arch/arm/boot/dts/omap3-devkit8000-common.dtsi
arch/arm/boot/dts/omap3-evm-37xx.dts
arch/arm/boot/dts/omap3-evm.dts
arch/arm/boot/dts/omap3-gta04.dtsi
arch/arm/boot/dts/omap3-igep.dtsi
arch/arm/boot/dts/omap3-ldp.dts
arch/arm/boot/dts/omap3-lilly-a83x.dtsi
arch/arm/boot/dts/omap3-n900.dts
arch/arm/boot/dts/omap3-n950-n9.dtsi
arch/arm/boot/dts/omap3-overo-base.dtsi
arch/arm/boot/dts/omap3-pandora-common.dtsi
arch/arm/boot/dts/omap3-sniper.dts
arch/arm/boot/dts/omap3-tao3530.dtsi
arch/arm/boot/dts/omap3-zoom3.dts
arch/arm/boot/dts/omap3430-sdp.dts

index 5a63a8d..731ec37 100644 (file)
@@ -13,7 +13,7 @@
                };
        };
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0 0>;
        };
index 8ffde06..85e297e 100644 (file)
@@ -19,7 +19,7 @@
                };
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x20000000>; /* 512 MB */
        };
index a19d907..4be85ce 100644 (file)
@@ -19,7 +19,7 @@
                };
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x10000000>; /* 256 MB */
        };
index 6a0df13..57b9a02 100644 (file)
@@ -4,7 +4,7 @@
 
 / {
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x10000000>; /* 256 MB */
        };
index 5860101..f330c69 100644 (file)
@@ -10,7 +10,7 @@
 
 #include "omap34xx.dtsi"
 / {
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x10000000>;  /* 256 MB */
        };
index ed44982..4f9a765 100644 (file)
@@ -15,7 +15,7 @@
        model = "TI OMAP37XX EVM (TMDSEVM3730)";
        compatible = "ti,omap3-evm-37xx", "ti,omap3630", "ti,omap3";
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x10000000>; /* 256 MB */
        };
index e10dcd0..99b2bfc 100644 (file)
@@ -14,7 +14,7 @@
        model = "TI OMAP35XX EVM (TMDSEVM3530)";
        compatible = "ti,omap3-evm", "ti,omap3";
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x10000000>; /* 256 MB */
        };
index c09a057..5563e25 100644 (file)
@@ -21,7 +21,7 @@
                };
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x20000000>; /* 512 MB */
        };
index f4f2ce4..54c4c07 100644 (file)
@@ -13,7 +13,7 @@
 #include "omap36xx.dtsi"
 
 / {
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x20000000>; /* 512 MB */
        };
index 2f353da..e28fe13 100644 (file)
@@ -15,7 +15,7 @@
        model = "TI OMAP3430 LDP (Zoom1 Labrador)";
        compatible = "ti,omap3-ldp", "ti,omap3";
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x8000000>; /* 128 MB */
        };
index eff816e..fa611a5 100644 (file)
@@ -17,7 +17,7 @@
                        bootargs = "console=ttyO0,115200n8 vt.global_cursor_default=0 consoleblank=0";
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x8000000>;   /* 128 MB */
        };
index 2a6078a..87ca50b 100644 (file)
@@ -54,7 +54,7 @@
                };
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x10000000>; /* 256 MB */
        };
index 2848490..5d8c4b4 100644 (file)
@@ -24,7 +24,7 @@
                };
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x40000000>; /* 1 GB */
        };
index 91b2e42..401fae8 100644 (file)
@@ -12,7 +12,7 @@
 
 / {
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0 0>;
        };
index af30d4d..53e007a 100644 (file)
@@ -18,7 +18,7 @@
                };
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x20000000>; /* 512 MB */
        };
index 78a1184..bc4498e 100644 (file)
@@ -20,7 +20,7 @@
                };
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x20000000>; /* 512 MB */
        };
index 644d3c8..dc80886 100644 (file)
@@ -26,7 +26,7 @@
                };
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x10000000>; /* 256 MB */
        };
index c29b41d..45e2ce0 100644 (file)
@@ -20,7 +20,7 @@
                };
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x20000000>; /* 512 MB */
        };
index a0dc8d8..abd6921 100644 (file)
@@ -13,7 +13,7 @@
        model = "TI OMAP3430 SDP";
        compatible = "ti,omap3430-sdp", "ti,omap3";
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x10000000>; /* 256 MB */
        };