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

Commit b21a4701 authored by Charan Teja Reddy's avatar Charan Teja Reddy
Browse files

ARM: dts: msm: update carveout memory for secure DSP on trinket



Update carveout memory for secure DSP usecase from 8MB to 30MB on
trinket.

Change-Id: I22e64e3b6b2ab19780d76a357c66f9e863abe6ea
Signed-off-by: default avatarCharan Teja Reddy <charante@codeaurora.org>
parent c4c90209
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -433,31 +433,31 @@
		pil_cdsp_mem: cdsp_regions@53500000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0 0x53500000 0 0x800000>;
			reg = <0 0x53500000 0 0x1e00000>;
		};

		pil_adsp_mem: pil_adsp_region@53d00000 {
		pil_adsp_mem: pil_adsp_region@55300000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0 0x53d00000 0 0x1e00000>;
			reg = <0 0x55300000 0 0x1e00000>;
		};

		pil_ipa_fw_mem: ips_fw_region@55b00000 {
		pil_ipa_fw_mem: ips_fw_region@57100000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0 0x55b00000 0 0x10000>;
			reg = <0 0x57100000 0 0x10000>;
		};

		pil_ipa_gsi_mem: ipa_gsi_region@55b10000 {
		pil_ipa_gsi_mem: ipa_gsi_region@57110000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0 0x55b10000 0 0x5000>;
			reg = <0 0x57110000 0 0x5000>;
		};

		pil_gpu_mem: gpu_region@55b15000 {
		pil_gpu_mem: gpu_region@57115000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0 0x55b15000 0 0x2000>;
			reg = <0 0x57115000 0 0x2000>;
		};

		qseecom_mem: qseecom_region@5e400000 {