ARM: dts: s5p: Add missing unit name to memory nodes for S5PV210 boards
authorJavier Martinez Canillas <javier@osg.samsung.com>
Thu, 8 Sep 2016 15:26:01 +0000 (11:26 -0400)
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>
Fri, 16 Sep 2016 07:17:00 +0000 (09:17 +0200)
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: Krzysztof Kozlowski <k.kozlowski@samsung.com>
arch/arm/boot/dts/s5pv210-aquila.dts
arch/arm/boot/dts/s5pv210-goni.dts
arch/arm/boot/dts/s5pv210-smdkc110.dts
arch/arm/boot/dts/s5pv210-smdkv210.dts
arch/arm/boot/dts/s5pv210-torbreck.dts

index da24ab5..d763c5b 100644 (file)
@@ -29,7 +29,7 @@
                bootargs = "console=ttySAC2,115200n8 root=/dev/mmcblk1p5 rw rootwait ignore_loglevel earlyprintk";
        };
 
-       memory {
+       memory@30000000 {
                device_type = "memory";
                reg = <0x30000000 0x05000000
                        0x40000000 0x18000000>;
index 0a33d40..c56f51e 100644 (file)
@@ -29,7 +29,7 @@
                bootargs = "console=ttySAC0,115200n8 root=/dev/mmcblk0p5 rw rootwait ignore_loglevel earlyprintk";
        };
 
-       memory {
+       memory@30000000 {
                device_type = "memory";
                reg = <0x30000000 0x05000000
                        0x40000000 0x10000000
index 1eedab7..5d14da9 100644 (file)
@@ -29,7 +29,7 @@
                bootargs = "console=ttySAC0,115200n8 root=/dev/mmcblk0p1 rw rootwait ignore_loglevel earlyprintk";
        };
 
-       memory {
+       memory@20000000 {
                device_type = "memory";
                reg = <0x20000000 0x20000000>;
        };
index 9eb6aff..7539831 100644 (file)
@@ -29,7 +29,7 @@
                bootargs = "console=ttySAC0,115200n8 root=/dev/mmcblk0p1 rw rootwait ignore_loglevel earlyprintk";
        };
 
-       memory {
+       memory@20000000 {
                device_type = "memory";
                reg = <0x20000000 0x40000000>;
        };
index 622599f..7cb50bc 100644 (file)
@@ -29,7 +29,7 @@
                bootargs = "console=ttySAC0,115200n8 root=/dev/mmcblk0p1 rw rootwait ignore_loglevel earlyprintk";
        };
 
-       memory {
+       memory@20000000 {
                device_type = "memory";
                reg = <0x20000000 0x20000000>;
        };