commit | 140e9f1cc9ed254f2c64f52c6563f5e0fb7a3a7a | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun Feb 12 18:21:15 2017 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Feb 23 08:37:56 2017 +0900 |
tree | e05064a70db35988c5ed737d4a5ec0b318f0eac0 | |
parent | ab90ea07b3e0c255e54ca5a21cc3d3ebe645bb36 [diff] |
pinctrl: uniphier: support pin configuration Support the following DT properties: "bias-disable" "bias-pull-up" "bias-pull-down" "bias-pull-pin-default" "input-enable" "input-disable" My main motivation is to support pull up/down biasing. For Pro5 and later SoCs, the pupdctrl register number is the same as the pinmux number, so this feature can be supported without having big pin tables. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>