commit | 1a80ef5520fc0751c5055d422810bf22c6c7e526 | [log] [tgz] |
---|---|---|
author | Sam Shih <sam.shih@mediatek.com> | Thu Apr 21 14:23:53 2022 +0800 |
committer | Tom Rini <trini@konsulko.com> | Thu May 05 09:29:58 2022 -0400 |
tree | baf3bdf4680f9cf7c7e846b2207144794ce3e6d5 | |
parent | 10334e0bc8884301466bbca9c474a8a580a3e7ee [diff] |
pinctrl: mediatek: add support for different types of IO pins There are many pins in an SoC, and register usage may vary by pins. This patch introduces a concept of "io type" and "io type group" to mediatek pinctrl drivers. This can provide different pinconf handlers implementation (eg: "bias-pull-up/down", "driving" and "input-enable") for IO pins that belong to different types. Signed-off-by: Sam Shih <sam.shih@mediatek.com>