ARM: dts: exynos: Add missing unit name to memory nodes in Exynos4 DTS
authorJavier Martinez Canillas <javier@osg.samsung.com>
Thu, 1 Sep 2016 09:06:55 +0000 (11:06 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Thu, 1 Sep 2016 16:30:33 +0000 (18:30 +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 <krzk@kernel.org>
arch/arm/boot/dts/exynos4210-origen.dts
arch/arm/boot/dts/exynos4210-smdkv310.dts
arch/arm/boot/dts/exynos4210-trats.dts
arch/arm/boot/dts/exynos4210-universal_c210.dts
arch/arm/boot/dts/exynos4412-odroidu3.dts
arch/arm/boot/dts/exynos4412-odroidx.dts
arch/arm/boot/dts/exynos4412-odroidx2.dts
arch/arm/boot/dts/exynos4412-origen.dts
arch/arm/boot/dts/exynos4412-smdk4412.dts
arch/arm/boot/dts/exynos4412-tiny4412.dts
arch/arm/boot/dts/exynos4412-trats2.dts

index 6b2c41a..a2c6a13 100644 (file)
@@ -24,7 +24,7 @@
        model = "Insignal Origen evaluation board based on Exynos4210";
        compatible = "insignal,origen", "samsung,exynos4210", "samsung,exynos4";
 
-       memory {
+       memory@40000000 {
                device_type = "memory";
                reg = <0x40000000 0x10000000
                       0x50000000 0x10000000
index 3c759ba..af6ef3e 100644 (file)
@@ -23,7 +23,7 @@
        model = "Samsung smdkv310 evaluation board based on Exynos4210";
        compatible = "samsung,smdkv310", "samsung,exynos4210", "samsung,exynos4";
 
-       memory {
+       memory@40000000 {
                device_type = "memory";
                reg = <0x40000000 0x80000000>;
        };
index 5f7ddb0..0ca1b4d 100644 (file)
@@ -20,7 +20,7 @@
        model = "Samsung Trats based on Exynos4210";
        compatible = "samsung,trats", "samsung,exynos4210", "samsung,exynos4";
 
-       memory {
+       memory@40000000 {
                device_type = "memory";
                reg =  <0x40000000 0x10000000
                        0x50000000 0x10000000
index 30d938e..f1172be 100644 (file)
@@ -20,7 +20,7 @@
        model = "Samsung Universal C210 based on Exynos4210 rev0";
        compatible = "samsung,universal_c210", "samsung,exynos4210", "samsung,exynos4";
 
-       memory {
+       memory@40000000 {
                device_type = "memory";
                reg =  <0x40000000 0x10000000
                        0x50000000 0x10000000>;
index cc1b87e..99634c5 100644 (file)
@@ -18,7 +18,7 @@
        model = "Hardkernel ODROID-U3 board based on Exynos4412";
        compatible = "hardkernel,odroid-u3", "samsung,exynos4412", "samsung,exynos4";
 
-       memory {
+       memory@40000000 {
                device_type = "memory";
                reg = <0x40000000 0x7FF00000>;
        };
index 518ca57..d0a0767 100644 (file)
@@ -18,7 +18,7 @@
        model = "Hardkernel ODROID-X board based on Exynos4412";
        compatible = "hardkernel,odroid-x", "samsung,exynos4412", "samsung,exynos4";
 
-       memory {
+       memory@40000000 {
                device_type = "memory";
                reg = <0x40000000 0x3FF00000>;
        };
index 92cdeea..4d22885 100644 (file)
@@ -17,7 +17,7 @@
        model = "Hardkernel ODROID-X2 board based on Exynos4412";
        compatible = "hardkernel,odroid-x2", "samsung,exynos4412", "samsung,exynos4";
 
-       memory {
+       memory@40000000 {
                device_type = "memory";
                reg = <0x40000000 0x7FF00000>;
        };
index 9156a35..54a9f69 100644 (file)
@@ -22,7 +22,7 @@
        model = "Insignal Origen evaluation board based on Exynos4412";
        compatible = "insignal,origen4412", "samsung,exynos4412", "samsung,exynos4";
 
-       memory {
+       memory@40000000 {
                device_type = "memory";
                reg = <0x40000000 0x40000000>;
        };
index 2e868c4..2e208d8 100644 (file)
@@ -20,7 +20,7 @@
        model = "Samsung SMDK evaluation board based on Exynos4412";
        compatible = "samsung,smdk4412", "samsung,exynos4412", "samsung,exynos4";
 
-       memory {
+       memory@40000000 {
                device_type = "memory";
                reg = <0x40000000 0x40000000>;
        };
index ad60f38..5504398 100644 (file)
@@ -23,7 +23,7 @@
                stdout-path = &serial_0;
        };
 
-       memory {
+       memory@40000000 {
                device_type = "memory";
                reg = <0x40000000 0x40000000>;
        };
index e1380ba..41ecd6d 100644 (file)
@@ -30,7 +30,7 @@
                i2c12 = &i2c_max77693_fuel;
        };
 
-       memory {
+       memory@40000000 {
                device_type = "memory";
                reg =  <0x40000000 0x40000000>;
        };