Merge "ARM: dts: msm: add cluster cache dump entry on sun"

This commit is contained in:
qctecmdr
2024-01-10 05:53:00 -08:00
committed by Gerrit - the friendly Code Review server

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>;