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

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

ARM: dts: msm: Update memory map for msmtitanium



Memory map for msmtitanium has been updated, size
of external_mem region has been increased by 3MB
and start address of modem region has been shifted
by 4MB. Correspondingly update the memory map.

Change-Id: Ic7f9f040b5b050bfd1838818195c92fdbb361b17
Signed-off-by: default avatarSusheel Khiani <skhiani@codeaurora.org>
parent 5f838c4f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -33,19 +33,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 0x6a00000>;
			reg = <0x0 0x86c00000 0x0 0x6a00000>;
		};

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

		venus_mem: venus_region@0 {