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 5a63a8d8e177fffb70fc2cb11726e3f2df49ba8e..731ec37aed5b505b31e95e35319c3e8213e1118a 100644 (file)
@@ -13,7 +13,7 @@
                };
        };
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0 0>;
        };
index 8ffde06281ad097aa113bf804c57ed6735651ab1..85e297ed0ea1c1390b16525736c46c26909de310 100644 (file)
@@ -19,7 +19,7 @@
                };
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x20000000>; /* 512 MB */
        };
index a19d907d4850c39e5fbf4345763f11e4f9429562..4be85ce59dd14eea19c95dc0cea5ff12748177bc 100644 (file)
@@ -19,7 +19,7 @@
                };
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x10000000>; /* 256 MB */
        };
index 6a0df13fa0f344472e234eebf73df698913b9cf9..57b9a028a49a688e0be95c39fed043c828c93223 100644 (file)
@@ -4,7 +4,7 @@
 
 / {
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x10000000>; /* 256 MB */
        };
index 5860101797528edc95fe00d27a27a5fed4aaf50e..f330c69cc683cef9d90dfced7ffd3b29f71eac48 100644 (file)
@@ -10,7 +10,7 @@
 
 #include "omap34xx.dtsi"
 / {
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x10000000>;  /* 256 MB */
        };
index ed449827c3d358512f4004f1555d279bbe59267a..4f9a765446026f859d803eda9f97324cff4fd62b 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 e10dcd0fa539452f6fcaab8ae295fd60085f18b6..99b2bfcd1059fdfbf1b4b3a95d7b598f224b199d 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 c09a0574af90b3c9f8e8dfd8f96d67a9fa01d23f..5563e2533ebde82e327edceed2ad6c4b223d86a4 100644 (file)
@@ -21,7 +21,7 @@
                };
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x20000000>; /* 512 MB */
        };
index f4f2ce46d681cd0ed7872dccea21eb6523dbd275..54c4c07bbe4a366887a8541e37d8fe45439705ff 100644 (file)
@@ -13,7 +13,7 @@
 #include "omap36xx.dtsi"
 
 / {
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x20000000>; /* 512 MB */
        };
index 2f353dadfa4004ccbc0c0b4bde351f86bf9c97fe..e28fe13cb007c9e524585644c076a99f68ddc1bf 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 eff816e0bc0a4a8151855936072720fb7db93c9f..fa611a5e48506c688c9406424e6454fb8d724449 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 2a6078a8422c9acc975b039f12f3af32ba912f4f..87ca50b53002b9cf244b9dca24a0f2fbdca3dabc 100644 (file)
@@ -54,7 +54,7 @@
                };
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x10000000>; /* 256 MB */
        };
index 284849008fc5aaabb89266fbb66dc74af63b4154..5d8c4b4a42058023f91ff5e2fb6ed61b8dde89fb 100644 (file)
@@ -24,7 +24,7 @@
                };
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x40000000>; /* 1 GB */
        };
index 91b2e423c7c05b84e9f01c85113d13416ebb1ef6..401fae838fe938264cb3dcf81a7011f591d852b1 100644 (file)
@@ -12,7 +12,7 @@
 
 / {
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0 0>;
        };
index af30d4d993077a372b9e05e92e5f903ff586f21a..53e007abdc7159ee69fd35a120ba30edb0704e3c 100644 (file)
@@ -18,7 +18,7 @@
                };
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x20000000>; /* 512 MB */
        };
index 78a1184cb312ad5b9dc01645b5bd9117037d2c3c..bc4498e77bc9bc0fd4bfc48b462ef89671cd9617 100644 (file)
@@ -20,7 +20,7 @@
                };
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x20000000>; /* 512 MB */
        };
index 644d3c8ea66abdce6e7a18b92442e8189b81d426..dc80886b532929eee49ba45608003cf93b9bed1d 100644 (file)
@@ -26,7 +26,7 @@
                };
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x10000000>; /* 256 MB */
        };
index c29b41dc7b95a19213c7e514cd3371e06c87230f..45e2ce0803dec8a01d20c92a98a3b1f3b95735d1 100644 (file)
@@ -20,7 +20,7 @@
                };
        };
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x20000000>; /* 512 MB */
        };
index a0dc8d854142d9415f45d8d04b601a8a35ef9de0..abd6921143beb328aad5e84d60d209d98147854f 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 */
        };