aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-12-05 14:08:55 -0500
committerMark Brown <broonie@linaro.org>2014-02-06 09:38:27 -0500
commit7f196ec938967af7c3aa2506b8edcd7da5f5ebc6 (patch)
tree5bd318de1ae3a27c17fd430481548e7b6b04de09
parent38dbfb59d1175ef458d006556061adeaa8751b72 (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.txt2
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
14Any property defined as part of the core regulator binding defined in 16Any property defined as part of the core regulator binding defined in
15regulator.txt can also be used. 17regulator.txt can also be used.