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 <quic_abudampa@quicinc.com>
This commit is contained in:
committed by
Ravi Kuamr Bokka
parent
e61366fa96
commit
69d617a9a3
@@ -38,5 +38,35 @@
|
||||
qcom,dma-heap-type = <HEAP_TYPE_TVM_CARVEOUT>;
|
||||
qcom,dynamic-heap;
|
||||
};
|
||||
|
||||
qcom,ms4 {
|
||||
qcom,dma-heap-name = "qcom,ms4";
|
||||
qcom,dma-heap-type = <HEAP_TYPE_TVM_CARVEOUT>;
|
||||
qcom,dynamic-heap;
|
||||
};
|
||||
|
||||
qcom,ms5 {
|
||||
qcom,dma-heap-name = "qcom,ms5";
|
||||
qcom,dma-heap-type = <HEAP_TYPE_TVM_CARVEOUT>;
|
||||
qcom,dynamic-heap;
|
||||
};
|
||||
|
||||
qcom,ms6 {
|
||||
qcom,dma-heap-name = "qcom,ms6";
|
||||
qcom,dma-heap-type = <HEAP_TYPE_TVM_CARVEOUT>;
|
||||
qcom,dynamic-heap;
|
||||
};
|
||||
|
||||
qcom,ms7 {
|
||||
qcom,dma-heap-name = "qcom,ms7";
|
||||
qcom,dma-heap-type = <HEAP_TYPE_TVM_CARVEOUT>;
|
||||
qcom,dynamic-heap;
|
||||
};
|
||||
|
||||
qcom,tui_test {
|
||||
qcom,dma-heap-name = "qcom,tui_test";
|
||||
qcom,dma-heap-type = <HEAP_TYPE_TVM_CARVEOUT>;
|
||||
qcom,dynamic-heap;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user