From 35f3c16d5e560a8eb60d89979efc48595f0dc738 Mon Sep 17 00:00:00 2001 From: Georgi Djakov Date: Thu, 15 Aug 2024 10:17:23 -0700 Subject: [PATCH] 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 --- qcom/sun-vm-dma-heaps.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/qcom/sun-vm-dma-heaps.dtsi b/qcom/sun-vm-dma-heaps.dtsi index 575b2573..5fda6434 100644 --- a/qcom/sun-vm-dma-heaps.dtsi +++ b/qcom/sun-vm-dma-heaps.dtsi @@ -38,5 +38,11 @@ qcom,dma-heap-type = ; qcom,dynamic-heap; }; + + qcom,tui_test { + qcom,dma-heap-name = "qcom,tui_test"; + qcom,dma-heap-type = ; + qcom,dynamic-heap; + }; }; };