diff options
author | Ivan T. Ivanov <iivanov@mm-sol.com> | 2014-05-27 02:27:36 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-05-28 04:16:35 -0400 |
commit | ca6c55189a631f3380ff0a28f90d920a84e60d7b (patch) | |
tree | a40580c22cf5e2bbf73d5849cb5c723cd7282da3 /Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt | |
parent | d54e9a28ca0fe69ec3965f9a19fdc42628f9a0e0 (diff) |
pinctrl: Enable "power-source" to be extracted from DT files
Add "power-source" property to generic options used for DT parsing files.
This enables drivers, which use generic pin configurations, to get the
value passed to this property.
Signed-off-by: Ivan T. Ivanov <iivanov@mm-sol.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt')
-rw-r--r-- | Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt b/Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt index 4414163e76d2..fa40a177164c 100644 --- a/Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt +++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt | |||
@@ -156,6 +156,7 @@ input-disable - disable input on pin (no effect on output) | |||
156 | input-schmitt-enable - enable schmitt-trigger mode | 156 | input-schmitt-enable - enable schmitt-trigger mode |
157 | input-schmitt-disable - disable schmitt-trigger mode | 157 | input-schmitt-disable - disable schmitt-trigger mode |
158 | input-debounce - debounce mode with debound time X | 158 | input-debounce - debounce mode with debound time X |
159 | power-source - select between different power supplies | ||
159 | low-power-enable - enable low power mode | 160 | low-power-enable - enable low power mode |
160 | low-power-disable - disable low power mode | 161 | low-power-disable - disable low power mode |
161 | output-low - set the pin to output mode with low level | 162 | output-low - set the pin to output mode with low level |