mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
ARM: dts: msm: use 0x37 event instead of 0x2A for diwali
Use 0x37 pmu event for all cpus on diwali as 0x2A is not officially supported on all cpus. Change-Id: Ie172cfcd743e445e17e3b6388c4a8be575bf6f75
This commit is contained in:
@@ -962,7 +962,7 @@
|
||||
< 0x0011 0xFF 0x01 0xFF >,
|
||||
< 0x0017 0xFF 0xFF 0xFF >,
|
||||
< 0x0018 0xFF 0xFF 0xFF >,
|
||||
< 0x002A 0xFF 0xFF 0xFF >,
|
||||
< 0x0037 0xFF 0xFF 0xFF >,
|
||||
< 0x002B 0xFF 0xFF 0xFF >,
|
||||
< 0x1000 0xFF 0xFF 0xFF >;
|
||||
};
|
||||
@@ -1240,7 +1240,7 @@
|
||||
compatible = "qcom,memlat-grp";
|
||||
qcom,target-dev = <&qcom_llcc_dcvs_hw>;
|
||||
qcom,sampling-path = <&llcc_dcvs_fp>;
|
||||
qcom,miss-ev = <0x2A>;
|
||||
qcom,miss-ev = <0x37>;
|
||||
|
||||
silver {
|
||||
compatible = "qcom,memlat-mon";
|
||||
|
||||
Reference in New Issue
Block a user