Merge "ARM: dts: msm: add cluster cache dump entry on sun"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
8b3cdf4776
@@ -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 <dt-bindings/soc/qcom,dcc_v2.h>
|
||||
@@ -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>;
|
||||
|
Reference in New Issue
Block a user