Skip to content

Commit

Permalink
pinctrl: mediatek: add MT7988 pinctrl driver
Browse files Browse the repository at this point in the history
Add pinctrl driver for the MediaTek MT7988 SoC.

Signed-off-by: Sam Shih <[email protected]>
Signed-off-by: Daniel Golle <[email protected]>
[correctly initialise for the function_desc structure]
Signed-off-by: Arınç ÜNAL <[email protected]>
  • Loading branch information
dangowrt authored and K900 committed Nov 4, 2024
1 parent 1adb412 commit 64a95e2
Show file tree
Hide file tree
Showing 3 changed files with 1,534 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/pinctrl/mediatek/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,13 @@ config PINCTRL_MT7986
default ARM64 && ARCH_MEDIATEK
select PINCTRL_MTK_MOORE

config PINCTRL_MT7988
bool "Mediatek MT7988 pin control"
depends on OF
depends on ARM64 || COMPILE_TEST
default ARM64 && ARCH_MEDIATEK
select PINCTRL_MTK_MOORE

config PINCTRL_MT8167
bool "MediaTek MT8167 pin control"
depends on OF
Expand Down
1 change: 1 addition & 0 deletions drivers/pinctrl/mediatek/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ obj-$(CONFIG_PINCTRL_MT7623) += pinctrl-mt7623.o
obj-$(CONFIG_PINCTRL_MT7629) += pinctrl-mt7629.o
obj-$(CONFIG_PINCTRL_MT7981) += pinctrl-mt7981.o
obj-$(CONFIG_PINCTRL_MT7986) += pinctrl-mt7986.o
obj-$(CONFIG_PINCTRL_MT7988) += pinctrl-mt7988.o
obj-$(CONFIG_PINCTRL_MT8167) += pinctrl-mt8167.o
obj-$(CONFIG_PINCTRL_MT8173) += pinctrl-mt8173.o
obj-$(CONFIG_PINCTRL_MT8183) += pinctrl-mt8183.o
Expand Down
Loading

0 comments on commit 64a95e2

Please sign in to comment.