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

Commit 850c87d7 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add ion secure carveout for sdmmagpie"

parents 214fddce 85f6fec0
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -45,6 +45,15 @@
			qcom,ion-heap-type = "HYP_CMA";
		};

		qcom,ion-heap@14 { /* SECURE CARVEOUT HEAP */
			reg = <14>;
			qcom,ion-heap-type = "SECURE_CARVEOUT";
			cdsp {
				memory-region = <&cdsp_sec_mem>;
				token = <0x20000000>;
			};
		};

		qcom,ion-heap@9 {
			reg = <9>;
			qcom,ion-heap-type = "SYSTEM_SECURE";
+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>;