]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
regulator: gpio: Document regulator-type property
authorMark Brown <broonie@linaro.org>
Thu, 5 Dec 2013 19:08:55 +0000 (19:08 +0000)
committerMark Brown <broonie@linaro.org>
Thu, 6 Feb 2014 14:38:27 +0000 (14:38 +0000)
Reported-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Documentation/devicetree/bindings/regulator/gpio-regulator.txt

index 63c659800c0320a9b08a8878fcb3ab327f270d9f..1229541f48a230276888f2dac2f6be28a751d7fc 100644 (file)
@@ -10,6 +10,8 @@ Optional properties:
 - gpios                        : GPIO group used to control voltage.
 - startup-delay-us     : Startup time in microseconds.
 - enable-active-high   : Polarity of GPIO is active high (default is low).
+- regulator-type       : Specifies what is being regulated, must be either
+                         "voltage" or "current", defaults to current.
 
 Any property defined as part of the core regulator binding defined in
 regulator.txt can also be used.