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

Commit 9194cf4d authored by Javier Martinez Canillas's avatar Javier Martinez Canillas Committed by Tony Lindgren
Browse files

ARM: dts: am4372: 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 a60b9f45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
	#address-cells = <1>;
	#size-cells = <1>;

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