From 374335967480e6a51d0af7f28f11f83101c841a5 Mon Sep 17 00:00:00 2001 From: Jaskaran Singh Date: Tue, 26 Apr 2022 14:43:21 +0530 Subject: [PATCH] ARM: dts: msm: Remove the Secure CDSP heap for anorak Remove the Secure CDSP heap for anorak Change-Id: Ie8177f5265ffea9a5e6da5ba583c989def457ede --- qcom/anorak-dma-heaps.dtsi | 6 ------ 1 file changed, 6 deletions(-) diff --git a/qcom/anorak-dma-heaps.dtsi b/qcom/anorak-dma-heaps.dtsi index c3e6a6e9..ebb9b1d8 100644 --- a/qcom/anorak-dma-heaps.dtsi +++ b/qcom/anorak-dma-heaps.dtsi @@ -4,11 +4,5 @@ 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>; - }; }; };