From 3f87c02bd8d89695f7b237912939ec5faf4eeea5 Mon Sep 17 00:00:00 2001 From: Hrishabh Rajput Date: Mon, 23 Sep 2024 14:54:26 +0530 Subject: [PATCH] ARM: dts: msm: Remove duplicate reserved_memory nodes from Tuna DT gunyah_hyp_mem and cpusys_vm_mem reserved memory nodes are added twice for Tuna. Remove one set of redundant nodes. Change-Id: I9673b12e1911d5cc782aed62d9c1f22f821a7af6 Signed-off-by: Hrishabh Rajput --- qcom/tuna.dtsi | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/qcom/tuna.dtsi b/qcom/tuna.dtsi index ef144f2d..9a2fbd09 100644 --- a/qcom/tuna.dtsi +++ b/qcom/tuna.dtsi @@ -1953,16 +1953,6 @@ #size-cells = <2>; ranges; - gunyah_hyp_mem: gunyah_hyp_region@80000000 { - no-map; - reg = <0x0 0x80000000 0x0 0xe00000>; - }; - - cpusys_vm_mem: cpusys_vm_region@80e00000 { - no-map; - reg = <0x0 0x80e00000 0x0 0x400000>; - }; - adsp_mem_heap: adsp_heap_region { compatible = "shared-dma-pool"; alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;