diff --git a/qcom/parrot-dma-heaps.dtsi b/qcom/parrot-dma-heaps.dtsi index 00537858..9addd7df 100644 --- a/qcom/parrot-dma-heaps.dtsi +++ b/qcom/parrot-dma-heaps.dtsi @@ -4,10 +4,9 @@ qcom,dma-heaps { compatible = "qcom,dma-heaps"; qcom,secure_cdsp { - qcom,dma-heap-name = "qcom,secure-cdsp"; - qcom,dma-heap-type = ; - memory-region = <&cdsp_secure_heap_mem>; - qcom,token = <0x20000000>; + qcom,dma-heap-name = "qcom,cma-secure-cdsp"; + qcom,dma-heap-type = ; + memory-region = <&cdsp_secure_heap>; }; qcom,adsp { diff --git a/qcom/parrot.dtsi b/qcom/parrot.dtsi index 598634e7..c5bd3cff 100644 --- a/qcom/parrot.dtsi +++ b/qcom/parrot.dtsi @@ -351,6 +351,14 @@ size = <0x0 0x400000>; }; + cdsp_secure_heap: secure_cdsp_region { /* Secure DSP */ + compatible = "shared-dma-pool"; + alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>; + reusable; + alignment = <0x0 0x400000>; + size = <0x0 0x4800000>; + }; + }; &soc {