ARM: dts: msm: Add dma-buf heaps for tuna-vm

Describe the available dma-buf memory pools on tuna-vm.

Change-Id: Ia2bb3fff1f76a04c4f8a14b51917b59d029f8d5e
Signed-off-by: Vijayanand Jitta <quic_vjitta@quicinc.com>
This commit is contained in:
Vijayanand Jitta
2024-10-14 11:09:04 +05:30
parent 215c835038
commit 689ef8fa7f
2 changed files with 13 additions and 0 deletions

View File

@@ -9,6 +9,18 @@
compatible = "qcom,dma-heaps";
depends-on-supply = <&qcom_scm>;
qcom,tui {
qcom,dma-heap-name = "qcom,tui";
qcom,dma-heap-type = <HEAP_TYPE_TVM_CARVEOUT>;
qcom,dynamic-heap;
};
qcom,tui_demura {
qcom,dma-heap-name = "qcom,tui_demura";
qcom,dma-heap-type = <HEAP_TYPE_TVM_CARVEOUT>;
qcom,dynamic-heap;
};
qcom,ms1 {
qcom,dma-heap-name = "qcom,ms1";
qcom,dma-heap-type = <HEAP_TYPE_TVM_CARVEOUT>;

View File

@@ -333,3 +333,4 @@
};
#include "msm-arm-smmu-tuna-vm.dtsi"
#include "tuna-vm-dma-heaps.dtsi"