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

index f9d8f39..083ff50 100644 (file)
@@ -15,7 +15,7 @@
        model = "TI AM3517 CraneBoard (TMDSEVM3517)";
        compatible = "ti,am3517-craneboard", "ti,am3517", "ti,omap3";
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x10000000>;  /* 256 MB */
        };
index b4127c6..0e4a125 100644 (file)
@@ -13,7 +13,7 @@
        model = "TI AM3517 EVM (AM3517/05 TMDSEVM3517)";
        compatible = "ti,am3517-evm", "ti,am3517", "ti,omap3";
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x10000000>; /* 256 MB */
        };
index fdf5ce6..3395783 100644 (file)
@@ -13,7 +13,7 @@
        model = "TeeJet Mt.Ventoux";
        compatible = "teejet,mt_ventoux", "ti,omap3";
 
-       memory {
+       memory@80000000 {
                device_type = "memory";
                reg = <0x80000000 0x10000000>; /* 256 MB */
        };