ARM: dts: am572x: Add missing unit name to memory nodes
authorJavier Martinez Canillas <javier@osg.samsung.com>
Wed, 31 Aug 2016 10:35:33 +0000 (12:35 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 31 Aug 2016 14:40:26 +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/am572x-idk.dts
arch/arm/boot/dts/am57xx-beagle-x15.dts
arch/arm/boot/dts/am57xx-cl-som-am57x.dts

index e3acb99703e117dd9f3c63e58af9e5d1040276a1..87bbc66f0f218933113030f4243c8ba788170d76 100644 (file)
@@ -18,7 +18,7 @@
        compatible = "ti,am5728-idk", "ti,am5728", "ti,dra742", "ti,dra74",
                     "ti,dra7";
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0x0 0x80000000 0x0 0x80000000>;
        };
index 8b115e1b48a3df5179ad1088328ddc261470c699..9067ca092dc517748f379b171ff143d4b3bb3275 100644 (file)
@@ -23,7 +23,7 @@
                display0 = &hdmi0;
        };
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0x0 0x80000000 0x0 0x80000000>;
        };
index 832d766cd31e8d5ca40b10e75f3305228c664acd..203266f884807e3a2cced5c35c56e6d92fc69bf9 100644 (file)
@@ -19,7 +19,7 @@
        model = "CompuLab CL-SOM-AM57x";
        compatible = "compulab,cl-som-am57x", "ti,am5728", "ti,dra742", "ti,dra74", "ti,dra7";
 
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0x0 0x80000000 0x0 0x20000000>; /* 512 MB - minimal configuration */
        };
This page took 0.026995 seconds and 5 git commands to generate.