mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
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:
committed by
Gerrit - the friendly Code Review server
parent
de0c9449c3
commit
f9aa9d9ff3
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user