diff --git a/qcom/kera-vm-dma-heaps.dtsi b/qcom/kera-vm-dma-heaps.dtsi index 575b2573..b5cc90c3 100644 --- a/qcom/kera-vm-dma-heaps.dtsi +++ b/qcom/kera-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; + }; }; };