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

Commit 841e7b24 authored by Vijayanand Jitta's avatar Vijayanand Jitta
Browse files

ARM: dts: msm: Update to memory map v1 for QCS605



Increase modem carveout size to 62 MB and add IPA FW,
IPA GSI and GPU micro-code regions for QCS605.

Change-Id: I4a78cc2ac5d3630b3f72ee080ed2b79ea52e6660
Signed-off-by: default avatarVijayanand Jitta <vjitta@codeaurora.org>
parent f8783c1a
Loading
Loading
Loading
Loading
+18 −6
Original line number Diff line number Diff line
@@ -19,27 +19,39 @@
};

&pil_modem_mem {
	reg = <0 0x8b000000 0 0x3c00000>;
	reg = <0 0x8b000000 0 0x3e00000>;
};

&pil_video_mem {
	reg = <0 0x8ec00000 0 0x500000>;
	reg = <0 0x8ee00000 0 0x500000>;
};

&wlan_msa_mem {
	reg = <0 0x8f100000 0 0x100000>;
	reg = <0 0x8f300000 0 0x100000>;
};

&pil_cdsp_mem {
	reg = <0 0x8f200000 0 0x800000>;
	reg = <0 0x8f400000 0 0x800000>;
};

&pil_mba_mem {
	reg = <0 0x8fa00000 0 0x200000>;
	reg = <0 0x8fc00000 0 0x200000>;
};

&pil_adsp_mem {
	reg = <0 0x8fc00000 0 0x1e00000>;
	reg = <0 0x8fe00000 0 0x1e00000>;
};

&pil_ipa_fw_mem {
	reg = <0 0x91c00000 0 0x10000>;
};

&pil_ipa_gsi_mem {
	reg = <0 0x91c10000 0 0x5000>;
};

&pil_gpu_mem {
	reg = <0 0x91c15000 0 0x2000>;
};

&soc {