commit | 165c558e2f8ef2686284a25caa629629bafd4533 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Oct 13 19:21:54 2017 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun Oct 15 22:32:24 2017 +0900 |
tree | 79dc6c5f4e76a17f97f6f3e805d051b4d2a7f262 | |
parent | 5351e469194385e2929e5a993697e6c0db80df1b [diff] |
pinctrl: uniphier: simplify input enable and delete pin arrays The pin data are implemented for old SoCs to specify the bit shift of the IECTRL register. They are not wortwhile given the required memory footprint. Delete all the pin data and enable all bits of the IECTRL register. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>