dt-bindings: subsystem_sleep_stats: Add reg as required property

This adds reg as required proerty to subsystem_sleep_stats driver.
This driver can support to get soc sleep information.

Change-Id: I2f3477265987899f62990d2c5915a79af779f981
This commit is contained in:
Minghao Zhang
2021-06-22 10:53:21 +08:00
committed by Gerrit - the friendly Code Review server
parent 540536dfe1
commit ab2fd4108d

View File

@@ -23,9 +23,12 @@ properties:
Value type: <string>
Definition: Should be "qcom,subsystem-sleep-stats".
reg:
maxItems: 1
example:
- |
subsystem-sleep-stats {
compatible = "qcom,subsystem-sleep-stats";
reg = <0xc3f0000 0 0x400>;
};