pinctrl: clarify some dt pinconfig options
authorHeiko Stübner <heiko@sntech.de>
Fri, 14 Jun 2013 15:42:49 +0000 (17:42 +0200)
committerMark Brown <broonie@linaro.org>
Fri, 4 Apr 2014 15:20:25 +0000 (16:20 +0100)
commit255b8fa40a5d04f129acbde59d8c4d9b99bcc096
treeef6a3bfab6f0cf80a51f267b56f8673db8074e66
parenta3aadc7709bc7659d5bfbaf57028a2463fcc4346
pinctrl: clarify some dt pinconfig options

The bias-pull-* options use values > 0 to indicate that the pull should
be activated and optionally also indicate the strength of the pull.
Therefore use an default value of 1 for these options.

Split the low-power-mode option into low-power-enable and -disable.

Update the documentation to describe the param arguments better.

Reported-by: James Hogan <james.hogan@imgtec.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
(cherry picked from commit 9ee1f7d266aa1e2bfeb20cb5d4ac299c8e8ef8c7)
Signed-off-by: Mark Brown <broonie@linaro.org>
Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt
drivers/pinctrl/pinconf-generic.c