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

Commit 7381a79b authored by Neeti Desai's avatar Neeti Desai
Browse files

ARM: dts: msm: Update the memory map information for msmplutonium



Update the device tree with the memory map configuration for
msmplutonium

Change-Id: Icb8c9abf8dd9859e555355afbcf7fe2d1c3bd7f5
Signed-off-by: default avatarNeeti Desai <neetid@codeaurora.org>
parent 563010bc
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -124,9 +124,17 @@
			linux,reserve-contiguous-region;
			linux,reserve-region;
			linux,remove-completely;
			reg = <0 0x6c00000 0 0x9000000>;
			reg = <0 0x06300000 0 0x6500000>;
			label = "memory_hole";
		};

		peripheral_mem: peripheral_region@0 {
			linux,reserve-contiguous-region;
			linux,reserve-region;
			linux,remove-completely;
			reg = <0 0x0c800000 0 0x1b00000>;
			label = "peripheral_mem";
		};
	};
};