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

Commit fccc5551 authored by Prakash Gupta's avatar Prakash Gupta
Browse files

ARM: dts: msm: Add secure carveout ION heaps for holi

Add the secure carveout ION heaps for holi.

Change-Id: I6c5872501cf39b58622fdfae1872ff3cd1718021
parent 1edf82a5
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -16,6 +16,15 @@
			qcom,ion-heap-type = "SYSTEM_SECURE";
		};

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

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