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

Commit a0eb1095 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 Exynos5 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 824e4133
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>;
	};
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
	aliases {
	};

	memory {
	memory@40000000 {
		device_type = "memory";
		reg = <0x40000000 0x80000000>;
	};
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
		i2c104 = &i2c_104;
	};

	memory {
	memory@40000000 {
		device_type = "memory";
		reg = <0x40000000 0x80000000>;
	};
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
	model = "Google Spring";
	compatible = "google,spring", "samsung,exynos5250", "samsung,exynos5";

	memory {
	memory@40000000 {
		device_type = "memory";
		reg = <0x40000000 0x80000000>;
	};
+1 −1
Original line number Diff line number Diff line
@@ -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>;
	};
Loading