diff options
author | Doug Anderson <dianders@chromium.org> | 2014-10-31 20:52:57 -0700 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-11-03 12:27:04 +0000 |
commit | c99ade664177db9a73400465470b5bd25309c14e (patch) | |
tree | d1422b22e22ae2efb05c7ee913cd64995de61258 /Documentation/devicetree/bindings/regulator | |
parent | f32fa89ca9b2e1048d925af48bb0b1b3275d39d6 (diff) | |
download | talos-obmc-linux-c99ade664177db9a73400465470b5bd25309c14e.tar.gz talos-obmc-linux-c99ade664177db9a73400465470b5bd25309c14e.zip |
regulator: Document binding for regulator suspend voltage
This patch builds upon (291d761 regulator: Document binding for
regulator suspend state for PM state) to allow setting the uV in
addition to the state at suspend time.
Signed-off-by: Doug Anderson <dianders@chromium.org>
Reviewed-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Reviewed-by: Chris Zhong <zyw@rock-chips.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/regulator')
-rw-r--r-- | Documentation/devicetree/bindings/regulator/regulator.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/regulator.txt b/Documentation/devicetree/bindings/regulator/regulator.txt index aaad615899d2..4e7ed762b3bb 100644 --- a/Documentation/devicetree/bindings/regulator/regulator.txt +++ b/Documentation/devicetree/bindings/regulator/regulator.txt @@ -28,6 +28,8 @@ 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. Deprecated properties: - regulator-compatible: If a regulator chip contains multiple |