ARM: dts: msm: Define qcom,display heap for tuna
The qcom,display heap is used for camera usecases. Change-Id: Ib4cd937450c73cc8440be20912fe864653663577 Signed-off-by: Akash Gajjar <quic_agajjar@quicinc.com>
This commit is contained in:
@@ -10,6 +10,13 @@
|
|||||||
compatible = "qcom,dma-heaps";
|
compatible = "qcom,dma-heaps";
|
||||||
depends-on-supply = <&qcom_scm>;
|
depends-on-supply = <&qcom_scm>;
|
||||||
|
|
||||||
|
qcom,display {
|
||||||
|
qcom,dma-heap-name = "qcom,display";
|
||||||
|
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
|
||||||
|
qcom,max-align = <9>;
|
||||||
|
memory-region = <&non_secure_display_memory>;
|
||||||
|
};
|
||||||
|
|
||||||
qcom,secure_cdsp {
|
qcom,secure_cdsp {
|
||||||
qcom,dma-heap-name = "qcom,cma-secure-cdsp";
|
qcom,dma-heap-name = "qcom,cma-secure-cdsp";
|
||||||
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
|
qcom,dma-heap-type = <HEAP_TYPE_CMA>;
|
||||||
|
Reference in New Issue
Block a user