diff options
author | Laxman Dewangan <ldewangan@nvidia.com> | 2013-10-02 17:07:12 +0530 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-10-08 13:27:27 +0200 |
commit | a047914e7f123074bc8ee6f40e4502111a1b4cc4 (patch) | |
tree | 98b01fe67accfccd8ea1f9dad81f74bf65f89071 /Documentation | |
parent | bfabb59433fc18ff78d2818e10e212d0f85d56ae (diff) | |
download | linux-stable-a047914e7f123074bc8ee6f40e4502111a1b4cc4.tar.gz linux-stable-a047914e7f123074bc8ee6f40e4502111a1b4cc4.tar.bz2 linux-stable-a047914e7f123074bc8ee6f40e4502111a1b4cc4.zip |
pinctrl: palmas: remove pin config BIAS_PULL_PIN_DEFAULT support
Palmas devices do not support the default bias configuration
and hence removing this option from valid pin config parameters.
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/pinctrl/pinctrl-palmas.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/pinctrl-palmas.txt b/Documentation/devicetree/bindings/pinctrl/pinctrl-palmas.txt index 734d9b04d533..caf297bee1fb 100644 --- a/Documentation/devicetree/bindings/pinctrl/pinctrl-palmas.txt +++ b/Documentation/devicetree/bindings/pinctrl/pinctrl-palmas.txt @@ -41,7 +41,7 @@ pinctrl-bindings.txt: Required: pins Options: function, bias-disable, bias-pull-up, bias-pull-down, - bias-pin-default, drive-open-drain. + drive-open-drain. Note that many of these properties are only valid for certain specific pins. See the Palmas device datasheet for complete details regarding which pins |