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 bedc13bef5d999aec96eb2209bac77cdf1006b3f..a70819b1b739b11a03b312372a3e294f9a436cd5 100644 (file)
@@ -24,7 +24,7 @@
                stdout-path = &serial_2;
        };
 
-       memory {
+       memory@40000000 {
                device_type = "memory";
                reg = <0x40000000 0x1ff00000>;
        };
index 249fcfd5b297df33a39e6e601094773915db10bb..66f04f6ba6bb24a51f1bc3690a6ed2fdaf6ac9ee 100644 (file)
@@ -27,7 +27,7 @@
                i2c7 = &i2c_max77836;
        };
 
-       memory {
+       memory@40000000 {
                device_type = "memory";
                reg =  <0x40000000 0x1ff00000>;
        };
index ae125ece061d422d449405bd817c69706b7b9909..3967ee5f7752b60ed31a0d65781100f602dd4f92 100644 (file)
@@ -27,7 +27,7 @@
                i2c7 = &i2c_max77836;
        };
 
-       memory {
+       memory@40000000 {
                device_type = "memory";
                reg =  <0x40000000 0x1ff00000>;
        };