From 69d617a9a3d84f96190beb4d9dd1d3480a7ff5ce Mon Sep 17 00:00:00 2001 From: Akhil Budampati Date: Wed, 27 Nov 2024 00:38:33 +0530 Subject: [PATCH] ARM: dts: msm: Add dma-heaps for VM Tuna adding dma-heaps for VM to validate QTVM platform test cases in tuna. Change-Id: I27944f8504b69c2b7a42424f64373432305cbc40 Signed-off-by: Akhil Budampati --- qcom/tuna-vm-dma-heaps.dtsi | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/qcom/tuna-vm-dma-heaps.dtsi b/qcom/tuna-vm-dma-heaps.dtsi index 575b2573..b5cc90c3 100644 --- a/qcom/tuna-vm-dma-heaps.dtsi +++ b/qcom/tuna-vm-dma-heaps.dtsi @@ -38,5 +38,35 @@ qcom,dma-heap-type = ; qcom,dynamic-heap; }; + + qcom,ms4 { + qcom,dma-heap-name = "qcom,ms4"; + qcom,dma-heap-type = ; + qcom,dynamic-heap; + }; + + qcom,ms5 { + qcom,dma-heap-name = "qcom,ms5"; + qcom,dma-heap-type = ; + qcom,dynamic-heap; + }; + + qcom,ms6 { + qcom,dma-heap-name = "qcom,ms6"; + qcom,dma-heap-type = ; + qcom,dynamic-heap; + }; + + qcom,ms7 { + qcom,dma-heap-name = "qcom,ms7"; + qcom,dma-heap-type = ; + qcom,dynamic-heap; + }; + + qcom,tui_test { + qcom,dma-heap-name = "qcom,tui_test"; + qcom,dma-heap-type = ; + qcom,dynamic-heap; + }; }; };