From 0814882b9bc5d8bbe96fcd9155e32b31a201eaf5 Mon Sep 17 00:00:00 2001 From: Minghao Zhang Date: Thu, 24 Feb 2022 15:13:43 +0800 Subject: [PATCH] dt-bindings: subsystem_sleep_stats: Add new compatible to get AOSD sleep stats This change adds new compatible property to support to get AOSD sleep stats. Change-Id: I18bc39d5592b95b7df4c3e5c1361005407e2db1e --- bindings/soc/qcom/subsystem-sleep-stats.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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>; + };