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 <quic_yuanfang@quicinc.com>
This commit is contained in:
Yuanfang Zhang
2024-01-03 23:12:45 +08:00
parent 137f1516a5
commit 1b7411497c

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause // 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 <dt-bindings/soc/qcom,dcc_v2.h> #include <dt-bindings/soc/qcom,dcc_v2.h>
@@ -15,7 +15,7 @@
alloc-ranges = <0x1 0x00000000 0xfffffffe 0xffffffff>; alloc-ranges = <0x1 0x00000000 0xfffffffe 0xffffffff>;
reusable; reusable;
alignment = <0x0 0x400000>; alignment = <0x0 0x400000>;
size = <0x0 0x3000000>; size = <0x0 0x5800000>;
}; };
}; };
@@ -755,6 +755,16 @@
qcom,dump-id = <0x1f7>; 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 { rpmh {
qcom,dump-size = <0x400000>; qcom,dump-size = <0x400000>;
qcom,dump-id = <0xec>; qcom,dump-id = <0xec>;