ARM: dts: exynos: Add missing unit name to memory nodes in Exynos3 DTS
authorJavier Martinez Canillas <javier@osg.samsung.com>
Thu, 1 Sep 2016 09:06:54 +0000 (11:06 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Thu, 1 Sep 2016 16:30:31 +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/exynos3250-artik5.dtsi
arch/arm/boot/dts/exynos3250-monk.dts
arch/arm/boot/dts/exynos3250-rinato.dts

index bedc13b..a70819b 100644 (file)
@@ -24,7 +24,7 @@
                stdout-path = &serial_2;
        };
 
-       memory {
+       memory@40000000 {
                device_type = "memory";
                reg = <0x40000000 0x1ff00000>;
        };
index 249fcfd..66f04f6 100644 (file)
@@ -27,7 +27,7 @@
                i2c7 = &i2c_max77836;
        };
 
-       memory {
+       memory@40000000 {
                device_type = "memory";
                reg =  <0x40000000 0x1ff00000>;
        };
index ae125ec..3967ee5 100644 (file)
@@ -27,7 +27,7 @@
                i2c7 = &i2c_max77836;
        };
 
-       memory {
+       memory@40000000 {
                device_type = "memory";
                reg =  <0x40000000 0x1ff00000>;
        };