From eaf9bf88639537df7bb36b43a559692abb1dd441 Mon Sep 17 00:00:00 2001 From: Hrishabh Rajput Date: Fri, 29 Nov 2024 17:21:36 +0530 Subject: [PATCH] ARM: dts: msm: Remove duplicate reserved_memory nodes from Kera DT trust_ui_vm_mem and oem_vm_mem reserved memory nodes are added twice for Kera. Remove one set of redundant nodes. Change-Id: If17767b4f4dd6f75786bcb833eba6e10a34bc9ec Signed-off-by: Hrishabh Rajput --- qcom/kera.dtsi | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/qcom/kera.dtsi b/qcom/kera.dtsi index 905c3a88..a4dd8367 100644 --- a/qcom/kera.dtsi +++ b/qcom/kera.dtsi @@ -2958,20 +2958,6 @@ reg = <0x0 0x81c60000 0x0 0x20000>; }; - 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>;