From 5e59296df50a1208dcf280c4e4f388b13d3fcfab Mon Sep 17 00:00:00 2001 From: Patrick Daly Date: Thu, 7 Dec 2023 15:42:31 -0800 Subject: [PATCH] ARM: dts: msm: Rename TUI_CARVEOUT heap type Rename this feature to trusted virtual machine (TVM) to better describe how it is used. Change-Id: I856d82068ed15847e9412ceb0221622a7ea1843f Signed-off-by: Patrick Daly --- qcom/pineapple-vm-dma-heaps.dtsi | 8 ++++---- qcom/sun-vm-dma-heaps.dtsi | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/qcom/pineapple-vm-dma-heaps.dtsi b/qcom/pineapple-vm-dma-heaps.dtsi index 3af63dfb..ef8f1741 100644 --- a/qcom/pineapple-vm-dma-heaps.dtsi +++ b/qcom/pineapple-vm-dma-heaps.dtsi @@ -11,25 +11,25 @@ qcom,tui { qcom,dma-heap-name = "qcom,tui"; - qcom,dma-heap-type = ; + qcom,dma-heap-type = ; qcom,dynamic-heap; }; qcom,ms1 { qcom,dma-heap-name = "qcom,ms1"; - qcom,dma-heap-type = ; + qcom,dma-heap-type = ; qcom,dynamic-heap; }; qcom,ms2 { qcom,dma-heap-name = "qcom,ms2"; - qcom,dma-heap-type = ; + qcom,dma-heap-type = ; qcom,dynamic-heap; }; qcom,ms3 { qcom,dma-heap-name = "qcom,ms3"; - qcom,dma-heap-type = ; + qcom,dma-heap-type = ; qcom,dynamic-heap; }; }; diff --git a/qcom/sun-vm-dma-heaps.dtsi b/qcom/sun-vm-dma-heaps.dtsi index f5c44fd0..ca133554 100644 --- a/qcom/sun-vm-dma-heaps.dtsi +++ b/qcom/sun-vm-dma-heaps.dtsi @@ -11,25 +11,25 @@ qcom,tui { qcom,dma-heap-name = "qcom,tui"; - qcom,dma-heap-type = ; + qcom,dma-heap-type = ; qcom,dynamic-heap; }; qcom,ms1 { qcom,dma-heap-name = "qcom,ms1"; - qcom,dma-heap-type = ; + qcom,dma-heap-type = ; qcom,dynamic-heap; }; qcom,ms2 { qcom,dma-heap-name = "qcom,ms2"; - qcom,dma-heap-type = ; + qcom,dma-heap-type = ; qcom,dynamic-heap; }; qcom,ms3 { qcom,dma-heap-name = "qcom,ms3"; - qcom,dma-heap-type = ; + qcom,dma-heap-type = ; qcom,dynamic-heap; }; };