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
This commit is contained in:
Isaac J. Manjarres
2021-12-08 22:10:57 -08:00
parent 6fb76fe7c5
commit 69c571687f

View File

@@ -15,5 +15,12 @@
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
memory-region = <&qseecom_ta_mem>;
};
qcom,secure_cdsp {
qcom,dma-heap-name = "qcom,secure-cdsp";
qcom,dma-heap-type = <HEAP_TYPE_SECURE_CARVEOUT>;
memory-region = <&cdsp_secure_heap>;
qcom,token = <0x20000000>;
};
};
};