From 69c571687fcf8009852d72dfce40df11bc5d7b57 Mon Sep 17 00:00:00 2001 From: "Isaac J. Manjarres" Date: Wed, 8 Dec 2021 22:10:57 -0800 Subject: [PATCH] ARM: dts: msm: Define the secure CDSP dma-heap for Kalama Define the secure CDSP carveout dma-heap for the Kalama target. Change-Id: Ia07dbba2fe15db5f825d6fe6b781eb93d64eec77 --- qcom/kalama-dma-heaps.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/qcom/kalama-dma-heaps.dtsi b/qcom/kalama-dma-heaps.dtsi index 44c39d56..283cf3a2 100644 --- a/qcom/kalama-dma-heaps.dtsi +++ b/qcom/kalama-dma-heaps.dtsi @@ -15,5 +15,12 @@ qcom,dma-heap-type = ; memory-region = <&qseecom_ta_mem>; }; + + qcom,secure_cdsp { + qcom,dma-heap-name = "qcom,secure-cdsp"; + qcom,dma-heap-type = ; + memory-region = <&cdsp_secure_heap>; + qcom,token = <0x20000000>; + }; }; };