pinctrl: add pinctrl driver on mt8186
This commit includes pinctrl driver for mt8186. Signed-off-by: Guodong Liu <guodong.liu@mediatek.com> Link: https://lore.kernel.org/r/20220216032124.28067-3-guodong.liu@mediatek.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
committed by
Linus Walleij
parent
338e953f1b
commit
8b483bda1e
@@ -147,6 +147,13 @@ config PINCTRL_MT8183
|
|||||||
default ARM64 && ARCH_MEDIATEK
|
default ARM64 && ARCH_MEDIATEK
|
||||||
select PINCTRL_MTK_PARIS
|
select PINCTRL_MTK_PARIS
|
||||||
|
|
||||||
|
config PINCTRL_MT8186
|
||||||
|
bool "Mediatek MT8186 pin control"
|
||||||
|
depends on OF
|
||||||
|
depends on ARM64 || COMPILE_TEST
|
||||||
|
default ARM64 && ARCH_MEDIATEK
|
||||||
|
select PINCTRL_MTK_PARIS
|
||||||
|
|
||||||
config PINCTRL_MT8192
|
config PINCTRL_MT8192
|
||||||
bool "Mediatek MT8192 pin control"
|
bool "Mediatek MT8192 pin control"
|
||||||
depends on OF
|
depends on OF
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ obj-$(CONFIG_PINCTRL_MT7986) += pinctrl-mt7986.o
|
|||||||
obj-$(CONFIG_PINCTRL_MT8167) += pinctrl-mt8167.o
|
obj-$(CONFIG_PINCTRL_MT8167) += pinctrl-mt8167.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_MT8186) += pinctrl-mt8186.o
|
||||||
obj-$(CONFIG_PINCTRL_MT8192) += pinctrl-mt8192.o
|
obj-$(CONFIG_PINCTRL_MT8192) += pinctrl-mt8192.o
|
||||||
obj-$(CONFIG_PINCTRL_MT8195) += pinctrl-mt8195.o
|
obj-$(CONFIG_PINCTRL_MT8195) += pinctrl-mt8195.o
|
||||||
obj-$(CONFIG_PINCTRL_MT8365) += pinctrl-mt8365.o
|
obj-$(CONFIG_PINCTRL_MT8365) += pinctrl-mt8365.o
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user