From 286d96ab18681bb2c8e2ef7c52aec574f954674b Mon Sep 17 00:00:00 2001 From: Shivnandan Kumar Date: Mon, 8 May 2023 15:26:50 +0530 Subject: [PATCH] ARM: dts: msm: ADD CPU freq stats node Add CPU freq stats node for anorak, which gives CPU and L3 residency. Change-Id: If60f1f4f99a447eab5a1cc50262da804845babaf --- qcom/anorak.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qcom/anorak.dtsi b/qcom/anorak.dtsi index ae819305..a3241af8 100644 --- a/qcom/anorak.dtsi +++ b/qcom/anorak.dtsi @@ -1702,6 +1702,11 @@ #clock-cells = <1>; }; + scmi_cpufreqstat: protocol@84 { + reg = <0x84>; + #clock-cells = <1>; + }; + scmi_pmu: protocol@86 { reg = <0x86>; #clock-cells = <1>;