From e459f1666d57dde607c40a2d51fed5f51291ab3e Mon Sep 17 00:00:00 2001 From: Shivnandan Kumar Date: Fri, 17 Dec 2021 11:35:41 +0530 Subject: [PATCH] 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 --- qcom/diwali.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qcom/diwali.dtsi b/qcom/diwali.dtsi index 475c1f86..f8bbd9d3 100644 --- a/qcom/diwali.dtsi +++ b/qcom/diwali.dtsi @@ -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";