From 1b7411497c0bbda880f64e6a0fcaef99bd2068e6 Mon Sep 17 00:00:00 2001 From: Yuanfang Zhang Date: Wed, 3 Jan 2024 23:12:45 +0800 Subject: [PATCH] ARM: dts: msm: add cluster cache dump entry on sun Add cluster cache memory dump entry for sun. Change-Id: I5dfcaa4e34e961a8eceef1ccf4b7a1d300f2bb47 Signed-off-by: Yuanfang Zhang --- qcom/sun-debug.dtsi | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/qcom/sun-debug.dtsi b/qcom/sun-debug.dtsi index af29f6c2..39b1b247 100644 --- a/qcom/sun-debug.dtsi +++ b/qcom/sun-debug.dtsi @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BSD-3-Clause /* - * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. + * Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved. */ #include @@ -15,7 +15,7 @@ alloc-ranges = <0x1 0x00000000 0xfffffffe 0xffffffff>; reusable; alignment = <0x0 0x400000>; - size = <0x0 0x3000000>; + size = <0x0 0x5800000>; }; }; @@ -755,6 +755,16 @@ qcom,dump-id = <0x1f7>; }; + cl_cache0 { + qcom,dump-size = <0x1400000>; + qcom,dump-id = <0x240>; + }; + + cl_cache1 { + qcom,dump-size = <0x1400000>; + qcom,dump-id = <0x241>; + }; + rpmh { qcom,dump-size = <0x400000>; qcom,dump-id = <0xec>;