diff options
author | Mark Brown <broonie@linaro.org> | 2013-12-05 19:08:55 +0000 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-02-06 14:38:27 +0000 |
commit | 7f196ec938967af7c3aa2506b8edcd7da5f5ebc6 (patch) | |
tree | 5bd318de1ae3a27c17fd430481548e7b6b04de09 /Documentation/devicetree | |
parent | 38dbfb59d1175ef458d006556061adeaa8751b72 (diff) | |
download | blackbird-op-linux-7f196ec938967af7c3aa2506b8edcd7da5f5ebc6.tar.gz blackbird-op-linux-7f196ec938967af7c3aa2506b8edcd7da5f5ebc6.zip |
regulator: gpio: Document regulator-type property
Reported-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'Documentation/devicetree')
-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: - 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. |