mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 05:00:27 +00:00
ARM: dts: msm: Add stats support for sdxpinn
This change adds various stats support. Change-Id: I71d9c14e039badc8995d162cb7e4d686c4d500b1
This commit is contained in:
@@ -265,6 +265,27 @@
|
||||
};
|
||||
};
|
||||
|
||||
cpuss-sleep-stats@17800054 {
|
||||
compatible = "qcom,cpuss-sleep-stats-v2";
|
||||
reg = <0x17800054 0x4>, <0x17810054 0x4>, <0x17820054 0x4>,
|
||||
<0x17830054 0x4>, <0x17880098 0x4>, <0x178c0000 0x10000>;
|
||||
reg-names = "seq_lpm_cntr_cfg_cpu0", "seq_lpm_cntr_cfg_cpu1",
|
||||
"seq_lpm_cntr_cfg_cpu2", "seq_lpm_cntr_cfg_cpu3",
|
||||
"l3_seq_lpm_cntr_cfg", "apss_seq_mem_base";
|
||||
num-cpus = <4>;
|
||||
};
|
||||
|
||||
soc-sleep-stats@c3f0000 {
|
||||
compatible = "qcom,rpmh-sleep-stats";
|
||||
reg = <0xc3f0000 0x400>;
|
||||
ss-name = "modem", "adsp", "apss";
|
||||
};
|
||||
|
||||
subsystem-sleep-stats@c3f0000 {
|
||||
compatible = "qcom,subsystem-sleep-stats";
|
||||
reg = <0xc3f0000 0x400>;
|
||||
};
|
||||
|
||||
arch_timer: timer {
|
||||
compatible = "arm,armv8-timer";
|
||||
interrupts = <GIC_PPI 13 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
|
||||
|
||||
Reference in New Issue
Block a user