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

Commit b4af9f81 authored by Patrick Daly's avatar Patrick Daly
Browse files

ARM: dts: msm: Add secure carveout heap for kona

Allow clients to allocate secure memory from this heap.

Change-Id: Ie4ab3644d126e239a2eef91ce8d52f9a57d3b88c
parent 8134d296
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -43,5 +43,14 @@
			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";
			cdsp {
				memory-region = <&cdsp_secure_heap>;
				token = <0x20000000>;
			};
		};
	};
};