From 5aab94196848f5db3fbf10458f8cbe223d996a81 Mon Sep 17 00:00:00 2001 From: Yojana Date: Mon, 13 Jun 2022 19:16:43 +0530 Subject: [PATCH] ARM: dts: msm: Remove display carveout heap for parrot 4gb variant This change removes display carveout heap for parrot 4gb variant. Change-Id: I3e89c0ff2d345e1e675c0cbcf8d8f9443d9beeee --- qcom/parrot-4gb.dtsi | 8 ++++++++ qcom/parrot-dma-heaps.dtsi | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/qcom/parrot-4gb.dtsi b/qcom/parrot-4gb.dtsi index 152e634d..d85cca70 100644 --- a/qcom/parrot-4gb.dtsi +++ b/qcom/parrot-4gb.dtsi @@ -1,3 +1,11 @@ #include "parrot.dtsi" / { }; + +&non_secure_display_dma_buf { + status = "disabled"; +}; + +&non_secure_display_memory { + status = "disabled"; +}; diff --git a/qcom/parrot-dma-heaps.dtsi b/qcom/parrot-dma-heaps.dtsi index a484d0f6..a44c77a7 100644 --- a/qcom/parrot-dma-heaps.dtsi +++ b/qcom/parrot-dma-heaps.dtsi @@ -21,7 +21,7 @@ memory-region = <&audio_cma_mem>; }; - qcom,display { + non_secure_display_dma_buf: qcom,display { qcom,dma-heap-name = "qcom,display"; qcom,dma-heap-type = ; qcom,max-align = <9>;