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

Commit bde10962 authored by Charan Teja Reddy's avatar Charan Teja Reddy Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add secure display ion heap on trinket



Add secure display ION heap used for the secure usecases on trinket.

Change-Id: I212f50d69999fac46a19a94ef34ebb1c6b0461c5
Signed-off-by: default avatarCharan Teja Reddy <charante@codeaurora.org>
parent a74cb474
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -38,6 +38,12 @@
			qcom,ion-heap-type = "SYSTEM_SECURE";
		};

		qcom,ion-heap@10 { /* SECURE DISPLAY HEAP */
			reg = <10>;
			memory-region = <&secure_display_memory>;
			qcom,ion-heap-type = "HYP_CMA";
		};

		qcom,ion-heap@14 { /* SECURE CARVEOUT HEAP */
			reg = <14>;
			qcom,ion-heap-type = "SECURE_CARVEOUT";