From 4c18a3a634d0fbd493d5830d17535ea68e6f4f33 Mon Sep 17 00:00:00 2001 From: Nageswara reddy Karnati Date: Tue, 29 Oct 2024 05:30:48 -0700 Subject: [PATCH] ARM: dts: msm: Add memory enteries for TUI carveout on parrot Add memory enteries for TUI carveout in device tree for parrot. Change-Id: I62b8c06dece1e5d3311dc8276c92e4e6d894860e Signed-off-by: Nageswara reddy Karnati --- qcom/waipio-vm-dma-heaps.dtsi | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/qcom/waipio-vm-dma-heaps.dtsi b/qcom/waipio-vm-dma-heaps.dtsi index ddaf08af..6314c39b 100644 --- a/qcom/waipio-vm-dma-heaps.dtsi +++ b/qcom/waipio-vm-dma-heaps.dtsi @@ -14,5 +14,23 @@ qcom,dma-heap-type = ; qcom,dynamic-heap; }; + + qcom,ms1 { + qcom,dma-heap-name = "qcom,ms1"; + qcom,dma-heap-type = ; + qcom,dynamic-heap; + }; + + qcom,ms2 { + qcom,dma-heap-name = "qcom,ms2"; + qcom,dma-heap-type = ; + qcom,dynamic-heap; + }; + + qcom,ms3 { + qcom,dma-heap-name = "qcom,ms3"; + qcom,dma-heap-type = ; + qcom,dynamic-heap; + }; }; };