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

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

ARM: dts: msm: Update memory map for msm8917



Memory map for msm8917 have been updated. Modem
region's size reduced to 80 MB, relocatable
region's size reduced to 24 MB where as TZ apps
size has been increased to 13 MB. Update the
same in HLOS.

CRs-Fixed: 995524
Change-Id: I3e260ac9f00d34b9c1c94befba771982b0a9c027
Signed-off-by: default avatarSusheel Khiani <skhiani@codeaurora.org>
parent 17d7bd58
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -55,19 +55,19 @@
		other_ext_mem: other_ext_region@0 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x85e00000 0x0 0xa00000>;
			reg = <0x0 0x85b00000 0x0 0xd00000>;
		};

		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 {