Hi all,
This patchset adds support for the pin controller found in the MediaTek
MT6878 SoC. This SoC has 9 pinctrl groups, and 4 EINT controller
instances.
This SoC also uses the new "eh" bit for controlling i2c driving, support
for which is also added here.
Changes in V2:
- (Krzysztof) Move over the pinfunc macro header to dts directory
- (Angelo) Drop useless eh bit commit
- (Angelo) Fix s-o-b on debounce times
- (Angelo) Massively simplify pinctrl driver, use PIN_FIELD macro,
change eh to drv_adv
Kind regards,
Igor
Signed-off-by: Igor Belwon <igor.belwon@mentallysanemainliners.org>
---
Igor Belwon (4):
dt-bindings: pinctrl: mediatek: Document MT6878 pin controller bindings
pinctrl: mediatek: Add debounce times for MT6878
pinctrl: mediatek: Add support for MT6878 pinctrl
arm64: dts: mediatek: Add MT6878 pinmux macro header file
.../bindings/pinctrl/mediatek,mt6878-pinctrl.yaml | 210 ++
arch/arm64/boot/dts/mediatek/mt6878-pinfunc.h | 1201 +++++++++++
drivers/pinctrl/mediatek/Kconfig | 10 +
drivers/pinctrl/mediatek/Makefile | 1 +
drivers/pinctrl/mediatek/mtk-eint.c | 5 +
drivers/pinctrl/mediatek/mtk-eint.h | 1 +
drivers/pinctrl/mediatek/pinctrl-mt6878.c | 1478 +++++++++++++
drivers/pinctrl/mediatek/pinctrl-mtk-mt6878.h | 2248 ++++++++++++++++++++
8 files changed, 5154 insertions(+)
---
base-commit: 9bee9db994df9f1a2572e3ecd61996fbe9a871b0
change-id: 20250908-mt6878-pinctrl-support-a1d117140efb
Best regards,
--
Igor Belwon <igor.belwon@mentallysanemainliners.org>