diff options
author | Mark Brown <broonie@linaro.org> | 2013-12-05 19:08:55 +0000 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@open.eurogiciel.org> | 2015-02-04 11:13:27 +0100 |
commit | 05ac9cbeb686decb4374dab810482f26dbff779b (patch) | |
tree | 5e4885ccb6e113cb45831b38d910ef3f089e8179 /Documentation | |
parent | f2e95aae9ea3c62dfdf4420d20341a7eded56a81 (diff) | |
download | linux-stable-05ac9cbeb686decb4374dab810482f26dbff779b.tar.gz linux-stable-05ac9cbeb686decb4374dab810482f26dbff779b.tar.bz2 linux-stable-05ac9cbeb686decb4374dab810482f26dbff779b.zip |
regulator: gpio: Document regulator-type property
Reported-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
(cherry picked from commit 7f196ec938967af7c3aa2506b8edcd7da5f5ebc6)
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'Documentation')
-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 3ecb585e786c..5da9a66e6981 100644 --- a/Documentation/devicetree/bindings/regulator/gpio-regulator.txt +++ b/Documentation/devicetree/bindings/regulator/gpio-regulator.txt @@ -11,6 +11,8 @@ Optional properties: - gpios-states : gpios pin's initial states. 1 means HIGH - 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. |