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

Commit 332ddfab authored by Florian Vaussard's avatar Florian Vaussard Committed by Dinh Nguyen
Browse files

ARM: dts: socfpga: Add unit name to memory nodes



Memory nodes in Arria5, Cyclone5 and Arria10 do not have a unit name.
This will trigger several warnings like this one (when compiled with
W=1):

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

Add the corresponding unit name to each node.

Signed-off-by: default avatarFlorian Vaussard <florian.vaussard@heig-vd.ch>
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent 9f24e816
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
		stdout-path = "serial0:115200n8";
	};

	memory {
	memory@0 {
		name = "memory";
		device_type = "memory";
		reg = <0x0 0x40000000>; /* 1GB */
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
		stdout-path = "serial0:115200n8";
	};

	memory {
	memory@0 {
		name = "memory";
		device_type = "memory";
		reg = <0x0 0x40000000>; /* 1GB */
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
		stdout-path = "serial0:115200n8";
	};

	memory {
	memory@0 {
		name = "memory";
		device_type = "memory";
		reg = <0x0 0x40000000>; /* 1GB */
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
	model = "Aries/DENX MCV";
	compatible = "altr,socfpga-cyclone5", "altr,socfpga";

	memory {
	memory@0 {
		name = "memory";
		device_type = "memory";
		reg = <0x0 0x40000000>; /* 1 GiB */
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
		stdout-path = "serial0:115200n8";
	};

	memory {
	memory@0 {
		name = "memory";
		device_type = "memory";
		reg = <0x0 0x40000000>; /* 1GB */
Loading