Merge "ARM: dts: qcom: Use qcom,cpuss-sleep-stats-v2 compatible for neo"

This commit is contained in:
qctecmdr
2022-02-16 13:08:46 -08:00
committed by Gerrit - the friendly Code Review server
2 changed files with 14 additions and 3 deletions

View File

@@ -18,7 +18,8 @@ description:
properties:
compatible:
enum:
- cpuss-sleep-stats
- qcom,cpuss-sleep-stats
- qcom,cpuss-sleep-stats-v2
reg:
maxItems: 10
@@ -29,7 +30,7 @@ reguired:
- reg-names
- num-cpus
example:
examples:
- |
cpuss-sleep-stats@18000054 {
compatible = "qcom,cpuss-sleep-stats";
@@ -44,3 +45,13 @@ example:
"l3_seq_lpm_cntr_cfg", "apss_seq_mem_base";
num-cpus = <8>;
};
- |
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>;
};

View File

@@ -819,7 +819,7 @@
};
cpuss-sleep-stats@17800054 {
compatible = "qcom,cpuss-sleep-stats";
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",