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
This commit is contained in:
Auditya Bhattaram
2021-10-26 04:45:30 -07:00
committed by Gerrit - the friendly Code Review server
parent de0c9449c3
commit f9aa9d9ff3

View File

@@ -917,6 +917,24 @@
logbuf: qcom,logbuf-vendor-hooks {
compatible = "qcom,logbuf-vendor-hooks";
};
cpu_pmu: cpu-pmu {
compatible = "arm,armv8-pmuv3";
interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_HIGH>;
};
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 {