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

Commit cc001c2f authored by qqzhou's avatar qqzhou
Browse files

ARM: dts: msm: change memory map for modem resize to 85MB



modem memory size should be changed from 80MB
to 85MB for L+L requirement. Change the memory
map for it.

Change-Id: I22f8dba1b161d42315a54de57b1cdf2534be451e
Signed-off-by: default avatarQingqing Zhou <qqzhou@codeaurora.org>
parent 111af389
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -86,19 +86,19 @@
		modem_mem: modem_region@0 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x86800000 0x0 0x5000000>;
			reg = <0x0 0x86800000 0x0 0x5500000>;
		};

		adsp_fw_mem: adsp_fw_region@0 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x8b800000 0x0 0x1100000>;
			reg = <0x0 0x8bd00000 0x0 0x1100000>;
		};

		wcnss_fw_mem: wcnss_fw_region@0 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x8c900000 0x0 0x700000>;
			reg = <0x0 0x8ce00000 0x0 0x700000>;
		};

		venus_mem: venus_region@0 {
+12 −0
Original line number Diff line number Diff line
@@ -238,6 +238,18 @@
	};
};

&modem_mem {
	reg = <0x0 0x86800000 0x0 0x5500000>;
};

&adsp_fw_mem {
	reg = <0x0 0x8bd00000 0x0 0x1100000>;
};

&wcnss_fw_mem {
	reg = <0x0 0x8ce00000 0x0 0x700000>;
};

&soc {
	pil_gpu: qcom,kgsl-hyp {
		compatible = "qcom,pil-tz-generic";