mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
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:
committed by
Gerrit - the friendly Code Review server
parent
cee6b17c4d
commit
0814882b9b
@@ -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>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user