Skip to content

Commit

Permalink
Merge remote-tracking branch 'regulator/topic/core' into regulator-next
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed Jan 26, 2018
2 parents 0c5b9b5 + 00cb9f4 commit 73d8003
Show file tree
Hide file tree
Showing 6 changed files with 340 additions and 155 deletions.
12 changes: 10 additions & 2 deletions Documentation/devicetree/bindings/regulator/regulator.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,16 @@ Optional properties:
- regulator-state-[mem/disk] node has following common properties:
- regulator-on-in-suspend: regulator should be on in suspend state.
- regulator-off-in-suspend: regulator should be off in suspend state.
- regulator-suspend-microvolt: regulator should be set to this voltage
in suspend.
- regulator-suspend-min-microvolt: minimum voltage may be set in
suspend state.
- regulator-suspend-max-microvolt: maximum voltage may be set in
suspend state.
- regulator-suspend-microvolt: the default voltage which regulator
would be set in suspend. This property is now deprecated, instead
setting voltage for suspend mode via the API which regulator
driver provides is recommended.
- regulator-changeable-in-suspend: whether the default voltage and
the regulator on/off in suspend can be changed in runtime.
- regulator-mode: operating mode in the given suspend state.
The set of possible operating modes depends on the capabilities of
every hardware so the valid modes are documented on each regulator
Expand Down
Loading

0 comments on commit 73d8003

Please sign in to comment.