mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
ARM: dts: msm: Add llcc cache dump support for sdmmagpie
sdmmagpie supports two instance of Last level cache controller with 256KB system cache. Add dump size to allocate buffers for llcc cache dumps. Change-Id: I205d9b5e024845c23e2d1a1e296817ffca963252 Signed-off-by: Prateek Sood <prsood@codeaurora.org>
This commit is contained in:
parent
f64ff42aba
commit
2ce5c32738
@ -1037,6 +1037,16 @@
|
||||
qcom,dump-node = <&L2_TLB_700>;
|
||||
qcom,dump-id = <0x127>;
|
||||
};
|
||||
|
||||
qcom,llcc1_d_cache {
|
||||
qcom,dump-node = <&LLCC_1>;
|
||||
qcom,dump-id = <0x140>;
|
||||
};
|
||||
|
||||
qcom,llcc2_d_cache {
|
||||
qcom,dump-node = <&LLCC_2>;
|
||||
qcom,dump-id = <0x141>;
|
||||
};
|
||||
};
|
||||
|
||||
thermal_zones: thermal-zones {};
|
||||
@ -1095,6 +1105,14 @@
|
||||
qcom,llcc-amon {
|
||||
compatible = "qcom,llcc-amon";
|
||||
};
|
||||
|
||||
LLCC_1: llcc_1_dcache {
|
||||
qcom,dump-size = <0x6c000>;
|
||||
};
|
||||
|
||||
LLCC_2: llcc_2_dcache {
|
||||
qcom,dump-size = <0x6c000>;
|
||||
};
|
||||
};
|
||||
|
||||
apps_rsc: mailbox@18220000 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user