pinctrl: mediatek: Add pinctrl driver for mt8192
This commit includes pinctrl driver for mt8192. Signed-off-by: Zhiyong Tao <zhiyong.tao@mediatek.com> Acked-by: Sean Wang <sean.wang@kernel.org> Link: https://lore.kernel.org/r/20200817001702.1646-4-zhiyong.tao@mediatek.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
d2f2f1321c
commit
d32f38f2a8
@ -133,6 +133,13 @@ config PINCTRL_MT8183
|
|||||||
default ARM64 && ARCH_MEDIATEK
|
default ARM64 && ARCH_MEDIATEK
|
||||||
select PINCTRL_MTK_PARIS
|
select PINCTRL_MTK_PARIS
|
||||||
|
|
||||||
|
config PINCTRL_MT8192
|
||||||
|
bool "Mediatek MT8192 pin control"
|
||||||
|
depends on OF
|
||||||
|
depends on ARM64 || COMPILE_TEST
|
||||||
|
default ARM64 && ARCH_MEDIATEK
|
||||||
|
select PINCTRL_MTK_PARIS
|
||||||
|
|
||||||
config PINCTRL_MT8516
|
config PINCTRL_MT8516
|
||||||
bool "Mediatek MT8516 pin control"
|
bool "Mediatek MT8516 pin control"
|
||||||
depends on OF
|
depends on OF
|
||||||
|
@ -19,5 +19,6 @@ obj-$(CONFIG_PINCTRL_MT7623) += pinctrl-mt7623.o
|
|||||||
obj-$(CONFIG_PINCTRL_MT7629) += pinctrl-mt7629.o
|
obj-$(CONFIG_PINCTRL_MT7629) += pinctrl-mt7629.o
|
||||||
obj-$(CONFIG_PINCTRL_MT8173) += pinctrl-mt8173.o
|
obj-$(CONFIG_PINCTRL_MT8173) += pinctrl-mt8173.o
|
||||||
obj-$(CONFIG_PINCTRL_MT8183) += pinctrl-mt8183.o
|
obj-$(CONFIG_PINCTRL_MT8183) += pinctrl-mt8183.o
|
||||||
|
obj-$(CONFIG_PINCTRL_MT8192) += pinctrl-mt8192.o
|
||||||
obj-$(CONFIG_PINCTRL_MT8516) += pinctrl-mt8516.o
|
obj-$(CONFIG_PINCTRL_MT8516) += pinctrl-mt8516.o
|
||||||
obj-$(CONFIG_PINCTRL_MT6397) += pinctrl-mt6397.o
|
obj-$(CONFIG_PINCTRL_MT6397) += pinctrl-mt6397.o
|
||||||
|
1409
drivers/pinctrl/mediatek/pinctrl-mt8192.c
Normal file
1409
drivers/pinctrl/mediatek/pinctrl-mt8192.c
Normal file
File diff suppressed because it is too large
Load Diff
2275
drivers/pinctrl/mediatek/pinctrl-mtk-mt8192.h
Normal file
2275
drivers/pinctrl/mediatek/pinctrl-mtk-mt8192.h
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user