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; + }; }; };