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