ARM: dts: msm: Remove the secure CDSP dma-buf heap

Remove the secure CDSP dma-buf heap to avoid CDSP PIL failures.

Change-Id: I6978b65efc572e748d720fd578a2c2e1eeb9d8c8
This commit is contained in:
Jaskaran Singh
2022-02-11 14:56:54 +05:30
parent d03e7fa4d6
commit c4febf72c3

View File

@@ -4,12 +4,5 @@
qcom,dma-heaps {
compatible = "qcom,dma-heaps";
qcom,secure_cdsp {
qcom,dma-heap-name = "qcom,secure-cdsp";
qcom,dma-heap-type = <HEAP_TYPE_SECURE_CARVEOUT>;
memory-region = <&cdsp_mem>;
qcom,token = <0x20000000>;
};
};
};