From f9aa9d9ff3739448383ce705be0b78e11e04979f Mon Sep 17 00:00:00 2001 From: Auditya Bhattaram Date: Tue, 26 Oct 2021 04:45:30 -0700 Subject: [PATCH] ARM: dts: msm: Enable cpu-pmu,rtb and sleep-counter ARM: dts: msm: Enable cpu-pmu,rtb and sleep-counter on Cape. Change-Id: I5a3c0570543e68cc2176eae1dfbf5ede9b7bd4c9 --- qcom/cape.dtsi | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/qcom/cape.dtsi b/qcom/cape.dtsi index 128104de..ab72ded8 100644 --- a/qcom/cape.dtsi +++ b/qcom/cape.dtsi @@ -917,6 +917,24 @@ logbuf: qcom,logbuf-vendor-hooks { compatible = "qcom,logbuf-vendor-hooks"; }; + + cpu_pmu: cpu-pmu { + compatible = "arm,armv8-pmuv3"; + interrupts = ; + }; + + qcom,msm-rtb { + compatible = "qcom,msm-rtb"; + qcom,rtb-size = <0x100000>; + }; + + qcom,mpm2-sleep-counter@c221000 { + compatible = "qcom,mpm2-sleep-counter"; + reg = <0xc221000 0x1000>; + clock-frequency = <32768>; + }; + + }; &clock_gcc {