Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f4abf0fb authored by Minghao Zhang's avatar Minghao Zhang Committed by Gerrit - the friendly Code Review server
Browse files

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
parent 68901f62
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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>;
	};