Merge "ARM: dts: msm: Add stats and sys-pm-vx nodes for tuna"

This commit is contained in:
QCTECMDR Service
2024-10-08 19:43:23 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 29 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ properties:
- qcom,sys-pm-pineapple - qcom,sys-pm-pineapple
- qcom,sys-pm-monaco-auto - qcom,sys-pm-monaco-auto
- qcom,sys-pm-sun - qcom,sys-pm-sun
- qcom,sys-pm-tuna
reg: reg:
maxItems: 1 maxItems: 1
@@ -48,6 +49,7 @@ allOf:
contains: contains:
enum: enum:
- qcom,sys-pm-sun - qcom,sys-pm-sun
- qcom,sys-pm-tuna
- qcom,sys-pm-pineapple - qcom,sys-pm-pineapple
- qcom,sys-pm-parrot - qcom,sys-pm-parrot
- qcom,sys-pm-ravelin - qcom,sys-pm-ravelin

View File

@@ -1025,6 +1025,12 @@
}; };
}; };
sys-pm-vx@c320000 {
compatible = "qcom,sys-pm-violators", "qcom,sys-pm-tuna";
reg = <0xc320000 0x400>;
qcom,qmp = <&aoss_qmp>;
};
tlmm: pinctrl@f000000 { tlmm: pinctrl@f000000 {
compatible = "qcom,tuna-tlmm"; compatible = "qcom,tuna-tlmm";
reg = <0x0f000000 0x1000000>; reg = <0x0f000000 0x1000000>;
@@ -1464,6 +1470,27 @@
#reset-cells = <1>; #reset-cells = <1>;
}; };
cpuss-sleep-stats@17800054 {
compatible = "qcom,cpuss-sleep-stats";
reg = <0x17800054 0x4>, <0x17810054 0x4>, <0x17820054 0x4>,
<0x17830054 0x4>, <0x17840054 0x4>, <0x17850054 0x4>,
<0x17860054 0x4>, <0x17870054 0x4>, <0x178a0098 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",
"seq_lpm_cntr_cfg_cpu4", "seq_lpm_cntr_cfg_cpu5",
"seq_lpm_cntr_cfg_cpu6", "seq_lpm_cntr_cfg_cpu7",
"l3_seq_lpm_cntr_cfg", "apss_seq_mem_base";
num-cpus = <8>;
};
sram@c3f0000 {
compatible = "qcom,rpmh-stats-v4";
reg = <0x0c3f0000 0x3ff>;
qcom,qmp = <&aoss_qmp>;
ss-name = "modem", "wpss", "adsp", "adsp_island",
"cdsp", "apss";
};
cam_crm: syscon@adcd600 { cam_crm: syscon@adcd600 {
compatible = "syscon"; compatible = "syscon";