ARM: dts: msm: Update cpucp regions for tuna

Update cpucp regions for tuna, inline with v2.
This removes pdp region and reduces cpucp_scandump
region to 1.5MB.

Change-Id: I571d8012545c7c547f0115d86e10183964fe7d8f
Signed-off-by: Vijayanand Jitta <quic_vjitta@quicinc.com>
This commit is contained in:
Vijayanand Jitta
2025-01-16 11:03:30 +05:30
committed by Vishvanath Singh
parent 908905530b
commit 07b4eef32e

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
* Copyright (c) 2024-2025 Qualcomm Innovation Center, Inc. All rights reserved.
*/
&reserved_memory {
@@ -18,9 +18,9 @@
reg = <0x0 0x80e00000 0x0 0x400000>;
};
cpucp_pdp_mem: cpucp_region@81200000 {
cpucp_mem: cpucp_region@81200000 {
no-map;
reg = <0x0 0x81200000 0x0 0x200000>;
reg = <0x0 0x81200000 0x0 0x100000>;
};
/*
@@ -77,9 +77,9 @@
no-map;
};
cpucp_scandump_mem: cpucp_scandump_region@82000000 {
cpucp_scandump_mem: cpucp_scandump_region@82200000 {
no-map;
reg = <0x0 0x82000000 0x0 0x380000>;
reg = <0x0 0x82200000 0x0 0x180000>;
};
adsp_mhi_mem: adsp_mhi_region@82380000 {