]> git.karo-electronics.de Git - linux-beck.git/commitdiff
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 f9d8f3948c4a4237078896ec9ba0fa21de123d18..083ff50734351148e7e33cfe36db3f41773dab2d 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 b4127c6493a2901f6d813ecf0b4507d691abb1cc..0e4a125f78e3f28dfa13bf480c4fe4564451916b 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 fdf5ce63c8e603c8076f654e512dae00ca5be6b3..3395783c5b4e34f1e1f915eb2d000238e20c1c10 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 */
        };