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

Commit 6f477f43 authored by Gregory CLEMENT's avatar Gregory CLEMENT
Browse files

ARM: dts: armada-370-xp: Fixup memory DT warning



memory has a reg property so the unit name should contain an address.

Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent 3a729d7c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@
		stdout-path = "serial0:115200n8";
	};

	memory {
	memory@0 {
		device_type = "memory";
		reg = <0x00000000 0x40000000>; /* 1 GB */
	};
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@
		stdout-path = &uart0;
	};

	memory {
	memory@0 {
		device_type = "memory";
		reg = <0x00000000 0x20000000>; /* 512 MiB */
	};
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@
		stdout-path = "serial0:115200n8";
	};

	memory {
	memory@0 {
		device_type = "memory";
		reg = <0x00000000 0x20000000>; /* 512 MB */
	};
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@
		stdout-path = "serial0:115200n8";
	};

	memory {
	memory@0 {
		device_type = "memory";
		reg = <0x00000000 0x20000000>; /* 512 MB */
	};
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@
		stdout-path = "serial0:115200n8";
	};

	memory {
	memory@0 {
		device_type = "memory";
		reg = <0x00000000 0x20000000>; /* 512 MB */
	};
Loading