Merge "ARM: dts: msm: Add dma-heaps for VM Tuna"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
97408563c6
@@ -38,5 +38,35 @@
|
|||||||
qcom,dma-heap-type = <HEAP_TYPE_TVM_CARVEOUT>;
|
qcom,dma-heap-type = <HEAP_TYPE_TVM_CARVEOUT>;
|
||||||
qcom,dynamic-heap;
|
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