mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-23 16:53:58 -05:00
pinctrl: mediatek: add MT6765 pinctrl driver
Add MT6765 pinctrl driver based on MediaTek pinctrl-paris core. Signed-off-by: Mars Cheng <mars.cheng@mediatek.com> Signed-off-by: ZH Chen <zh.chen@mediatek.com> Signed-off-by: Sean Wang <sean.wang@mediatek.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
ecfcfb4988
commit
477fecee7c
4 changed files with 2862 additions and 0 deletions
|
@ -69,6 +69,13 @@ config PINCTRL_MT2712
|
|||
default ARM64 && ARCH_MEDIATEK
|
||||
select PINCTRL_MTK
|
||||
|
||||
config PINCTRL_MT6765
|
||||
bool "Mediatek MT6765 pin control"
|
||||
depends on OF
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
default ARM64 && ARCH_MEDIATEK
|
||||
select PINCTRL_MTK_PARIS
|
||||
|
||||
config PINCTRL_MT7622
|
||||
bool "MediaTek MT7622 pin control"
|
||||
depends on ARM64 || COMPILE_TEST
|
||||
|
|
|
@ -10,6 +10,7 @@ obj-$(CONFIG_PINCTRL_MT2701) += pinctrl-mt2701.o
|
|||
obj-$(CONFIG_PINCTRL_MT2712) += pinctrl-mt2712.o
|
||||
obj-$(CONFIG_PINCTRL_MT8135) += pinctrl-mt8135.o
|
||||
obj-$(CONFIG_PINCTRL_MT8127) += pinctrl-mt8127.o
|
||||
obj-$(CONFIG_PINCTRL_MT6765) += pinctrl-mt6765.o
|
||||
obj-$(CONFIG_PINCTRL_MT7622) += pinctrl-mt7622.o
|
||||
obj-$(CONFIG_PINCTRL_MT7623) += pinctrl-mt7623.o
|
||||
obj-$(CONFIG_PINCTRL_MT8173) += pinctrl-mt8173.o
|
||||
|
|
1100
drivers/pinctrl/mediatek/pinctrl-mt6765.c
Normal file
1100
drivers/pinctrl/mediatek/pinctrl-mt6765.c
Normal file
File diff suppressed because it is too large
Load diff
1754
drivers/pinctrl/mediatek/pinctrl-mtk-mt6765.h
Normal file
1754
drivers/pinctrl/mediatek/pinctrl-mtk-mt6765.h
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue