diff --git a/bindings/soc/qcom/subsystem-sleep-stats.yaml b/bindings/soc/qcom/subsystem-sleep-stats.yaml index e7971e6c..6257323e 100644 --- a/bindings/soc/qcom/subsystem-sleep-stats.yaml +++ b/bindings/soc/qcom/subsystem-sleep-stats.yaml @@ -21,10 +21,10 @@ properties: compatible: Usage: required Value type: - Definition: Should be "qcom,subsystem-sleep-stats". + Definition: Should be "qcom,subsystem-sleep-stats", "qcom,subsystem-sleep-stats-v2". reg: - maxItems: 1 + maxItems: 2 ddr-freq-update: Usage: optional @@ -43,3 +43,8 @@ example: reg = <0xc3f0000 0 0x400>; ddr-freq-update; }; + - | + subsystem-sleep-stats { + compatible = "qcom,subsystem-sleep-stats-v2"; + reg = <0xc3f0000 0 0x400>, <0xb261400 0 0x100>; + };