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

Commit e436356e authored by Susheel Khiani's avatar Susheel Khiani
Browse files

ARM: dts: msm: Update memory map for msm8937



Memory map for msm8937 have been updated. Modem
region's size reduced to 80 MB and relocatable
region's size reduced to 24 MB. Update the same
in HLOS.

Change-Id: Id141fc01c70f11816676b156dff3e6ace5f0fcc1
Signed-off-by: default avatarSusheel Khiani <skhiani@codeaurora.org>
parent 747b0f6a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,13 +39,13 @@
		modem_mem: modem_region@0 {
			compatible = "removed-dma-pool";
			no-map-fixup;
			reg = <0x0 0x86800000 0x0 0x5a00000>;
			reg = <0x0 0x86800000 0x0 0x5000000>;
		};

		reloc_mem: reloc_region@0 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x8c200000 0x0 0x1b00000>;
			reg = <0x0 0x8b800000 0x0 0x1800000>;
		};

		venus_mem: venus_region@0 {