ARM: dts: exynos: Add missing unit name to memory nodes in Exynos5 DTS
authorJavier Martinez Canillas <javier@osg.samsung.com>
Thu, 1 Sep 2016 09:06:56 +0000 (11:06 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Thu, 1 Sep 2016 16:30:34 +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>
14 files changed:
arch/arm/boot/dts/exynos5250-arndale.dts
arch/arm/boot/dts/exynos5250-smdk5250.dts
arch/arm/boot/dts/exynos5250-snow-common.dtsi
arch/arm/boot/dts/exynos5250-spring.dts
arch/arm/boot/dts/exynos5260-xyref5260.dts
arch/arm/boot/dts/exynos5410-odroidxu.dts
arch/arm/boot/dts/exynos5410-smdk5410.dts
arch/arm/boot/dts/exynos5420-arndale-octa.dts
arch/arm/boot/dts/exynos5420-peach-pit.dts
arch/arm/boot/dts/exynos5420-smdk5420.dts
arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi
arch/arm/boot/dts/exynos5440-sd5v1.dts
arch/arm/boot/dts/exynos5440-ssdk5440.dts
arch/arm/boot/dts/exynos5800-peach-pi.dts

index 54397c7..6098dac 100644 (file)
@@ -20,7 +20,7 @@
        model = "Insignal Arndale evaluation board based on EXYNOS5250";
        compatible = "insignal,arndale", "samsung,exynos5250", "samsung,exynos5";
 
-       memory {
+       memory@40000000 {
                device_type = "memory";
                reg = <0x40000000 0x80000000>;
        };
index b85b78a..124e7bf 100644 (file)
@@ -22,7 +22,7 @@
        aliases {
        };
 
-       memory {
+       memory@40000000 {
                device_type = "memory";
                reg = <0x40000000 0x80000000>;
        };
index 5324eb4..9ddf5d2 100644 (file)
@@ -19,7 +19,7 @@
                i2c104 = &i2c_104;
        };
 
-       memory {
+       memory@40000000 {
                device_type = "memory";
                reg = <0x40000000 0x80000000>;
        };
index bdc55fa..103d8f9 100644 (file)
@@ -20,7 +20,7 @@
        model = "Google Spring";
        compatible = "google,spring", "samsung,exynos5250", "samsung,exynos5";
 
-       memory {
+       memory@40000000 {
                device_type = "memory";
                reg = <0x40000000 0x80000000>;
        };
index d7f6291..d75685c 100644 (file)
@@ -16,7 +16,7 @@
        model = "SAMSUNG XYREF5260 board based on EXYNOS5260";
        compatible = "samsung,xyref5260", "samsung,exynos5260", "samsung,exynos5";
 
-       memory {
+       memory@20000000 {
                device_type = "memory";
                reg = <0x20000000 0x80000000>;
        };
index bf1612c..8bc9244 100644 (file)
@@ -21,7 +21,7 @@
        model = "Hardkernel Odroid XU";
        compatible = "hardkernel,odroid-xu", "samsung,exynos5410", "samsung,exynos5";
 
-       memory {
+       memory@40000000 {
                device_type = "memory";
                reg = <0x40000000 0x7ea00000>;
        };
index 6ea1ac4..5e36bdd 100644 (file)
@@ -16,7 +16,7 @@
        model = "Samsung SMDK5410 board based on EXYNOS5410";
        compatible = "samsung,smdk5410", "samsung,exynos5410", "samsung,exynos5";
 
-       memory {
+       memory@40000000 {
                device_type = "memory";
                reg = <0x40000000 0x80000000>;
        };
index 10483a2..c5923fa 100644 (file)
@@ -22,7 +22,7 @@
        model = "Insignal Arndale Octa evaluation board based on EXYNOS5420";
        compatible = "insignal,arndale-octa", "samsung,exynos5420", "samsung,exynos5";
 
-       memory {
+       memory@20000000 {
                device_type = "memory";
                reg = <0x20000000 0x80000000>;
        };
index cd0c44b..bc76dfd 100644 (file)
@@ -79,7 +79,7 @@
                };
        };
 
-       memory {
+       memory@20000000 {
                device_type = "memory";
                reg = <0x20000000 0x80000000>;
        };
index 3a744d5..b9192ef 100644 (file)
@@ -19,7 +19,7 @@
        model = "Samsung SMDK5420 board based on EXYNOS5420";
        compatible = "samsung,smdk5420", "samsung,exynos5420", "samsung,exynos5";
 
-       memory {
+       memory@20000000 {
                device_type = "memory";
                reg = <0x20000000 0x80000000>;
        };
index 05ae728..0747c6f 100644 (file)
@@ -21,7 +21,7 @@
 #include "exynos-mfc-reserved-memory.dtsi"
 
 / {
-       memory {
+       memory@40000000 {
                device_type = "memory";
                reg = <0x40000000 0x7EA00000>;
        };
index afd21a4..ad6f533 100644 (file)
@@ -21,7 +21,7 @@
        };
 
        /* FIXME: set reg property with correct start address and size */
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0 0>;
        };
index bdb3bf6..92bd2c6 100644 (file)
@@ -22,7 +22,7 @@
        };
 
        /* FIXME: set reg property with correct start address and size */
-       memory {
+       memory@0 {
                device_type = "memory";
                reg = <0 0>;
        };
index 72f89c8..9fafe10 100644 (file)
@@ -79,7 +79,7 @@
 
        };
 
-       memory {
+       memory@20000000 {
                device_type = "memory";
                reg = <0x20000000 0x80000000>;
        };