Merge "ARM: dts: msm: Rename TUI_CARVEOUT heap type"

This commit is contained in:
qctecmdr
2024-01-16 19:17:17 -08:00
committed by Gerrit - the friendly Code Review server
2 changed files with 8 additions and 8 deletions

View File

@@ -11,25 +11,25 @@
qcom,tui { qcom,tui {
qcom,dma-heap-name = "qcom,tui"; qcom,dma-heap-name = "qcom,tui";
qcom,dma-heap-type = <HEAP_TYPE_TUI_CARVEOUT>; qcom,dma-heap-type = <HEAP_TYPE_TVM_CARVEOUT>;
qcom,dynamic-heap; qcom,dynamic-heap;
}; };
qcom,ms1 { qcom,ms1 {
qcom,dma-heap-name = "qcom,ms1"; qcom,dma-heap-name = "qcom,ms1";
qcom,dma-heap-type = <HEAP_TYPE_TUI_CARVEOUT>; qcom,dma-heap-type = <HEAP_TYPE_TVM_CARVEOUT>;
qcom,dynamic-heap; qcom,dynamic-heap;
}; };
qcom,ms2 { qcom,ms2 {
qcom,dma-heap-name = "qcom,ms2"; qcom,dma-heap-name = "qcom,ms2";
qcom,dma-heap-type = <HEAP_TYPE_TUI_CARVEOUT>; qcom,dma-heap-type = <HEAP_TYPE_TVM_CARVEOUT>;
qcom,dynamic-heap; qcom,dynamic-heap;
}; };
qcom,ms3 { qcom,ms3 {
qcom,dma-heap-name = "qcom,ms3"; qcom,dma-heap-name = "qcom,ms3";
qcom,dma-heap-type = <HEAP_TYPE_TUI_CARVEOUT>; qcom,dma-heap-type = <HEAP_TYPE_TVM_CARVEOUT>;
qcom,dynamic-heap; qcom,dynamic-heap;
}; };
}; };

View File

@@ -11,25 +11,25 @@
qcom,tui { qcom,tui {
qcom,dma-heap-name = "qcom,tui"; qcom,dma-heap-name = "qcom,tui";
qcom,dma-heap-type = <HEAP_TYPE_TUI_CARVEOUT>; qcom,dma-heap-type = <HEAP_TYPE_TVM_CARVEOUT>;
qcom,dynamic-heap; qcom,dynamic-heap;
}; };
qcom,ms1 { qcom,ms1 {
qcom,dma-heap-name = "qcom,ms1"; qcom,dma-heap-name = "qcom,ms1";
qcom,dma-heap-type = <HEAP_TYPE_TUI_CARVEOUT>; qcom,dma-heap-type = <HEAP_TYPE_TVM_CARVEOUT>;
qcom,dynamic-heap; qcom,dynamic-heap;
}; };
qcom,ms2 { qcom,ms2 {
qcom,dma-heap-name = "qcom,ms2"; qcom,dma-heap-name = "qcom,ms2";
qcom,dma-heap-type = <HEAP_TYPE_TUI_CARVEOUT>; qcom,dma-heap-type = <HEAP_TYPE_TVM_CARVEOUT>;
qcom,dynamic-heap; qcom,dynamic-heap;
}; };
qcom,ms3 { qcom,ms3 {
qcom,dma-heap-name = "qcom,ms3"; qcom,dma-heap-name = "qcom,ms3";
qcom,dma-heap-type = <HEAP_TYPE_TUI_CARVEOUT>; qcom,dma-heap-type = <HEAP_TYPE_TVM_CARVEOUT>;
qcom,dynamic-heap; qcom,dynamic-heap;
}; };
}; };