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

Commit 553512b8 authored by Vishwanath Raju K's avatar Vishwanath Raju K Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: modem carveout size is reduced for qcs605.



Reduced pil_modem_mem size to 49MB from 62MB for QCS605.

Change-Id: I0d5d7a29b86b626d6c03d365f6d701d6c0b6370e
Signed-off-by: default avatarVishwanath Raju K <vishk@codeaurora.org>
parent 202aa1fb
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -19,39 +19,39 @@
};

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

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

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

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

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

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

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

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

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

&adsp_mem {