diff options
-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. |