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

Commit 81777ff9 authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Tony Lindgren
Browse files

ARM: dts: omap3: Add missing unit name to memory nodes



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 avatarTony Lindgren <tony@atomide.com>
parent 101ace8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
		};
	};

	memory {
	memory@0 {
		device_type = "memory";
		reg = <0 0>;
	};
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
		};
	};

	memory {
	memory@80000000 {
		device_type = "memory";
		reg = <0x80000000 0x20000000>; /* 512 MB */
	};
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
		};
	};

	memory {
	memory@80000000 {
		device_type = "memory";
		reg = <0x80000000 0x10000000>; /* 256 MB */
	};
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@

/ {

	memory {
	memory@80000000 {
		device_type = "memory";
		reg = <0x80000000 0x10000000>; /* 256 MB */
	};
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

#include "omap34xx.dtsi"
/ {
	memory {
	memory@80000000 {
		device_type = "memory";
		reg = <0x80000000 0x10000000>;	/* 256 MB */
	};
Loading