From 8715e7f9711816cb56efb43672b437607fc9f430 Mon Sep 17 00:00:00 2001 From: Hrishabh Rajput Date: Thu, 28 Nov 2024 14:41:21 +0530 Subject: [PATCH] ARM: dts: msm: Remove duplicate reserved_memory nodes from Tuna DT trust_ui_vm_mem and oem_vm_mem reserved memory nodes are added twice for Tuna. Remove one set of redundant nodes. Change-Id: Ia71c3a0a961c00e58869921745b76b1b5d0e8a4f Signed-off-by: Hrishabh Rajput --- qcom/tuna.dtsi | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/qcom/tuna.dtsi b/qcom/tuna.dtsi index 2573e634..72a27c67 100644 --- a/qcom/tuna.dtsi +++ b/qcom/tuna.dtsi @@ -3447,20 +3447,6 @@ #size-cells = <2>; ranges; - trust_ui_vm_mem: trust_ui_vm_region@f3800000 { - compatible = "shared-dma-pool"; - reg = <0x0 0xf3800000 0x0 0x4400000>; - reusable; - alignment = <0x0 0x400000>; - }; - - oem_vm_mem: oem_vm_region@f7c00000 { - compatible = "shared-dma-pool"; - reg = <0x0 0xf7c00000 0x0 0x4c00000>; - reusable; - alignment = <0x0 0x400000>; - }; - vm_comm_mem: vm_comm_mem_region { compatible = "shared-dma-pool"; alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;