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

Commit 3199791c authored by Vijayanand Jitta's avatar Vijayanand Jitta
Browse files

ARM: dts: msm: update memorymap for sdmmagpie



Add cdsp_sec_mem carveout and update pil_cdsp_mem carveout region
size from 8 MB to 30MB to align with the latest memorymap for
sdmmagpie.

Change-Id: Id6a4cd10256b3724f5ffd02b6637a1253cb7f3b3
Signed-off-by: default avatarVijayanand Jitta <vjitta@codeaurora.org>
parent f43dabe3
Loading
Loading
Loading
Loading
+21 −9
Original line number Diff line number Diff line
@@ -562,31 +562,37 @@
		pil_cdsp_mem: cdsp_regions@93400000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0 0x93400000 0 0x800000>;
			reg = <0 0x93400000 0 0x1e00000>;
		};

		pil_adsp_mem: pil_adsp_region@93c00000 {
		pil_adsp_mem: pil_adsp_region@95200000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0 0x93c00000 0 0x1e00000>;
			reg = <0 0x95200000 0 0x1e00000>;
		};

		pil_ipa_fw_mem: ips_fw_region@95a00000 {
		pil_ipa_fw_mem: ips_fw_region@97000000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0 0x95a00000 0 0x10000>;
			reg = <0 0x97000000 0 0x10000>;
		};

		pil_ipa_gsi_mem: ipa_gsi_region@95a10000 {
		pil_ipa_gsi_mem: ipa_gsi_region@97010000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0 0x95a10000 0 0x5000>;
			reg = <0 0x97010000 0 0x5000>;
		};

		npu_mem: npu_region@95a80000 {
		pil_gpu_mem: gpu_region@97015000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0 0x95a80000 0 0x80000>;
			reg = <0 0x97015000 0 0x2000>;
		};

		npu_mem: npu_region@97080000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0 0x97080000 0 0x80000>;
		};

		qseecom_mem: qseecom_region@9e400000 {
@@ -595,6 +601,12 @@
			reg = <0 0x9e400000 0 0x1400000>;
		};

		cdsp_sec_mem: cdsp_sec_regions@0x9f800000 {
			compatible = "removed-dma-pool";
			no-map;
			reg = <0x0 0x9f800000 0x0 0xc00000>;
		};

		adsp_mem: adsp_region {
			compatible = "shared-dma-pool";
			alloc-ranges = <0 0x00000000 0 0xffffffff>;