ARM: dts: msm: Add tui_test heap for sun-vm

The tui_test heap will be used by the large_dmabuf test
on sun-vm.

Change-Id: I84e5aee85c03e2cc809acc307509ce00aa74d967
Signed-off-by: Georgi Djakov <quic_c_gdjako@quicinc.com>
This commit is contained in:
Georgi Djakov
2024-08-15 10:17:23 -07:00
parent a4b731a3d6
commit 35f3c16d5e

View File

@@ -38,5 +38,11 @@
qcom,dma-heap-type = <HEAP_TYPE_TVM_CARVEOUT>;
qcom,dynamic-heap;
};
qcom,tui_test {
qcom,dma-heap-name = "qcom,tui_test";
qcom,dma-heap-type = <HEAP_TYPE_TVM_CARVEOUT>;
qcom,dynamic-heap;
};
};
};