diff options
author | Mark Brown <broonie@linaro.org> | 2013-12-05 14:08:55 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-02-06 09:38:27 -0500 |
commit | 7f196ec938967af7c3aa2506b8edcd7da5f5ebc6 (patch) | |
tree | 5bd318de1ae3a27c17fd430481548e7b6b04de09 | |
parent | 38dbfb59d1175ef458d006556061adeaa8751b72 (diff) |
regulator: gpio: Document regulator-type property
Reported-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/regulator/gpio-regulator.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/regulator/gpio-regulator.txt b/Documentation/devicetree/bindings/regulator/gpio-regulator.txt index 63c659800c03..1229541f48a2 100644 --- a/Documentation/devicetree/bindings/regulator/gpio-regulator.txt +++ b/Documentation/devicetree/bindings/regulator/gpio-regulator.txt | |||
@@ -10,6 +10,8 @@ Optional properties: | |||
10 | - gpios : GPIO group used to control voltage. | 10 | - gpios : GPIO group used to control voltage. |
11 | - startup-delay-us : Startup time in microseconds. | 11 | - startup-delay-us : Startup time in microseconds. |
12 | - enable-active-high : Polarity of GPIO is active high (default is low). | 12 | - enable-active-high : Polarity of GPIO is active high (default is low). |
13 | - regulator-type : Specifies what is being regulated, must be either | ||
14 | "voltage" or "current", defaults to current. | ||
13 | 15 | ||
14 | Any property defined as part of the core regulator binding defined in | 16 | Any property defined as part of the core regulator binding defined in |
15 | regulator.txt can also be used. | 17 | regulator.txt can also be used. |