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
This commit is contained in:
Minghao Zhang
2022-02-24 15:13:43 +08:00
committed by Gerrit - the friendly Code Review server
parent cee6b17c4d
commit 0814882b9b

View File

@@ -21,10 +21,10 @@ properties:
compatible:
Usage: required
Value type: <string>
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>;
};