pinctrl: clarify some dt pinconfig options
authorHeiko Stübner <heiko@sntech.de>
Fri, 14 Jun 2013 15:42:49 +0000 (17:42 +0200)
committer黄涛 <huangtao@rock-chips.com>
Sat, 30 Nov 2013 04:04:20 +0000 (12:04 +0800)
commit9757d8280ec6c56f133e1cedfc5123bb0067e6c0
tree0e3f056e96dd2372b4141a40a877e69e4e0afeed
parent87c4fbd5ef47e74320db7cd747ce19b0b5898b9c
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>
Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt
drivers/pinctrl/pinconf-generic.c