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

Commit 7a32e33b authored by Prakash Gupta's avatar Prakash Gupta
Browse files

ARM: dts: msm: Add ion secure carveout for sm6150



Describe the memory region reserved for the ion secure carveout allocator.

Change-Id: Iea990d1e7fd19225ee34b24f859557ad76d7f54c
Signed-off-by: default avatarPrakash Gupta <guptap@codeaurora.org>
parent ec4b17a8
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";