ARM: dts: omap5: Add missing unit name to memory nodes
authorJavier Martinez Canillas <javier@osg.samsung.com>
Wed, 31 Aug 2016 10:35:29 +0000 (12:35 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 31 Aug 2016 14:40:24 +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/omap5-cm-t54.dts
arch/arm/boot/dts/omap5-igep0050.dts
arch/arm/boot/dts/omap5-uevm.dts

index fe724da3ec0dc26b0ffb0723a20e335fa493d3a6..c9390fa9c3621bca3a43484e96d3290f2e5d65a8 100644 (file)
@@ -11,7 +11,7 @@
        model = "CompuLab CM-T54";
        compatible = "compulab,omap5-cm-t54", "ti,omap5";
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x7F000000>; /* 2048 MB */
        };
index f75ce02fb3983988ec7858630e0c3d93f589b5e6..7aa2b0c813ab6034af652c0a2b7eccd34629ea5a 100644 (file)
@@ -13,7 +13,7 @@
        model = "IGEPv5";
        compatible = "isee,omap5-igep0050", "ti,omap5";
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x7f000000>; /* 2032 MB */
        };
index a51e60518eb6bb2bcc0c82452743b0b7ac3c37c4..5230ca00913aa27e63a4c1c753be656576e9c517 100644 (file)
@@ -13,7 +13,7 @@
        model = "TI OMAP5 uEVM board";
        compatible = "ti,omap5-uevm", "ti,omap5";
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x7F000000>; /* 2032 MB */
        };