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:
Prateek Sood 2018-08-16 17:13:21 +05:30 committed by Gerrit - the friendly Code Review server
parent f64ff42aba
commit 2ce5c32738

View File

@ -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 {