ARM: dts: msm: Remove display carveout heap for parrot 4gb variant

This change removes display carveout heap for parrot 4gb variant.

Change-Id: I3e89c0ff2d345e1e675c0cbcf8d8f9443d9beeee
This commit is contained in:
Yojana
2022-06-13 19:16:43 +05:30
committed by Yojana Juadi
parent d5304268c5
commit 5aab941968
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
#include "parrot.dtsi"
/ {
};
&non_secure_display_dma_buf {
status = "disabled";
};
&non_secure_display_memory {
status = "disabled";
};

View File

@@ -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 = <HEAP_TYPE_CMA>;
qcom,max-align = <9>;