diff options
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2014-10-21 11:23:16 (GMT) |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-11-25 16:18:47 (GMT) |
commit | 130dd5b039dcbab7bcb2fdce0bb3cc7347b08b29 (patch) | |
tree | ab7d2fbc95cb8017a1b64fd1826d9c7033bc7742 | |
parent | 6ce286f182e22837a02a368eeb49a0057b2cd5f9 (diff) | |
download | linux-130dd5b039dcbab7bcb2fdce0bb3cc7347b08b29.tar.xz |
mfd/regulator: dt-bindings: max77686: Document regulators off in suspend
Add information which regulators can be disabled during system suspend.
Suggested-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/mfd/max77686.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/max77686.txt b/Documentation/devicetree/bindings/mfd/max77686.txt index 678f3cf..75fdfaf 100644 --- a/Documentation/devicetree/bindings/mfd/max77686.txt +++ b/Documentation/devicetree/bindings/mfd/max77686.txt @@ -34,6 +34,12 @@ to get matched with their hardware counterparts as follow: -BUCKn : for BUCKs, where n can lie in range 1 to 9. example: BUCK1, BUCK5, BUCK9. + Regulators which can be turned off during system suspend: + -LDOn : 2, 6-8, 10-12, 14-16, + -BUCKn : 1-4. + Use standard regulator bindings for it ('regulator-off-in-suspend'). + + Example: max77686@09 { |