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

Commit 824e4133 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 Exynos4 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 2458ff00
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
	model = "Insignal Origen evaluation board based on Exynos4210";
	compatible = "insignal,origen", "samsung,exynos4210", "samsung,exynos4";

	memory {
	memory@40000000 {
		device_type = "memory";
		reg = <0x40000000 0x10000000
		       0x50000000 0x10000000
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
	model = "Samsung smdkv310 evaluation board based on Exynos4210";
	compatible = "samsung,smdkv310", "samsung,exynos4210", "samsung,exynos4";

	memory {
	memory@40000000 {
		device_type = "memory";
		reg = <0x40000000 0x80000000>;
	};
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
	model = "Samsung Trats based on Exynos4210";
	compatible = "samsung,trats", "samsung,exynos4210", "samsung,exynos4";

	memory {
	memory@40000000 {
		device_type = "memory";
		reg =  <0x40000000 0x10000000
			0x50000000 0x10000000
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
	model = "Samsung Universal C210 based on Exynos4210 rev0";
	compatible = "samsung,universal_c210", "samsung,exynos4210", "samsung,exynos4";

	memory {
	memory@40000000 {
		device_type = "memory";
		reg =  <0x40000000 0x10000000
			0x50000000 0x10000000>;
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
	model = "Hardkernel ODROID-U3 board based on Exynos4412";
	compatible = "hardkernel,odroid-u3", "samsung,exynos4412", "samsung,exynos4";

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