From ab2fd4108d7ddcbd69f6fde8a0b144cdf8bfcd77 Mon Sep 17 00:00:00 2001 From: Minghao Zhang Date: Tue, 22 Jun 2021 10:53:21 +0800 Subject: [PATCH] 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 --- bindings/soc/qcom/subsystem-sleep-stats.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bindings/soc/qcom/subsystem-sleep-stats.yaml b/bindings/soc/qcom/subsystem-sleep-stats.yaml index 91d23fda..d951aa10 100644 --- a/bindings/soc/qcom/subsystem-sleep-stats.yaml +++ b/bindings/soc/qcom/subsystem-sleep-stats.yaml @@ -23,9 +23,12 @@ properties: Value type: Definition: Should be "qcom,subsystem-sleep-stats". + reg: + maxItems: 1 example: - | subsystem-sleep-stats { compatible = "qcom,subsystem-sleep-stats"; + reg = <0xc3f0000 0 0x400>; };