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

Commit 4b924d18 authored by Amit Blay's avatar Amit Blay Committed by Gerrit - the friendly Code Review server
Browse files

dts: msm: Add QSEECOM heap node on msm8996 lfv platform



Add the QSEECOM ION heap node, to allow QSEECOM driver and QSEECOM
API library to allocate ION memory from QSEECOM heap.

Change-Id: Ia0b346bbac9378b79d1b7683ee1cc0ade533b4fa
Signed-off-by: default avatarAmit Blay <ablay@codeaurora.org>
parent 1cbd1cdf
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -22,6 +22,12 @@
			qcom,ion-heap-type = "CARVEOUT";
		};

		qcom,ion-heap@27 { /* QSEECOM HEAP */
			reg = <27>;
			memory-region = <&qseecom_mem>;
			qcom,ion-heap-type = "DMA";
		};

		qcom,ion-heap@28 { /* Audio Heap */
			reg = <28>;
			memory-region = <&ion_audio>;