Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2458ff00 authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Krzysztof Kozlowski
Browse files

ARM: dts: exynos: Add missing unit name to memory nodes in Exynos3 DTS



This patch fixes the following DTC warnings:

"Node /memory has a reg or ranges property, but no unit name"

Signed-off-by: default avatarJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 12676ee1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
		stdout-path = &serial_2;
	};

	memory {
	memory@40000000 {
		device_type = "memory";
		reg = <0x40000000 0x1ff00000>;
	};
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
		i2c7 = &i2c_max77836;
	};

	memory {
	memory@40000000 {
		device_type = "memory";
		reg =  <0x40000000 0x1ff00000>;
	};
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
		i2c7 = &i2c_max77836;
	};

	memory {
	memory@40000000 {
		device_type = "memory";
		reg =  <0x40000000 0x1ff00000>;
	};