Skip to content

Commit 73d8003

Browse files
committed
Merge remote-tracking branch 'regulator/topic/core' into regulator-next
2 parents 0c5b9b5 + 00cb9f4 commit 73d8003

File tree

6 files changed

+340
-155
lines changed

6 files changed

+340
-155
lines changed

Documentation/devicetree/bindings/regulator/regulator.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,16 @@ Optional properties:
4242
- regulator-state-[mem/disk] node has following common properties:
4343
- regulator-on-in-suspend: regulator should be on in suspend state.
4444
- regulator-off-in-suspend: regulator should be off in suspend state.
45-
- regulator-suspend-microvolt: regulator should be set to this voltage
46-
in suspend.
45+
- regulator-suspend-min-microvolt: minimum voltage may be set in
46+
suspend state.
47+
- regulator-suspend-max-microvolt: maximum voltage may be set in
48+
suspend state.
49+
- regulator-suspend-microvolt: the default voltage which regulator
50+
would be set in suspend. This property is now deprecated, instead
51+
setting voltage for suspend mode via the API which regulator
52+
driver provides is recommended.
53+
- regulator-changeable-in-suspend: whether the default voltage and
54+
the regulator on/off in suspend can be changed in runtime.
4755
- regulator-mode: operating mode in the given suspend state.
4856
The set of possible operating modes depends on the capabilities of
4957
every hardware so the valid modes are documented on each regulator

0 commit comments

Comments
 (0)