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

Commit 4f848ba5 authored by Jayachandran C's avatar Jayachandran C Committed by Ralf Baechle
Browse files

MIPS: Netlogic: Remove memory section from built-in DT



Do not pass a memory section in the built-in DTB, and let the
boot code use the values from the DRAM BARs.

Signed-off-by: default avatarJayachandran C <jchandra@broadcom.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5699/


Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent a2ba6cd6
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -9,13 +9,6 @@
	#address-cells = <2>;
	#size-cells = <2>;

	memory {
		device_type = "memory";
		reg =  <0 0x00100000 0 0x0FF00000	// 255M at 1M
			0 0x20000000 0 0xa0000000	// 2560M at 512M
			0 0xe0000000 1 0x00000000>;
	};

	soc {
		#address-cells = <2>;
		#size-cells = <1>;
+0 −7
Original line number Diff line number Diff line
@@ -9,13 +9,6 @@
	#address-cells = <2>;
	#size-cells = <2>;

	memory {
		device_type = "memory";
		reg =  <0 0x00100000 0 0x0FF00000	// 255M at 1M
			0 0x20000000 0 0xa0000000	// 2560M at 512M
			0 0xe0000000 0 0x40000000>;
	};

	soc {
		#address-cells = <2>;
		#size-cells = <1>;