Commit a3fe1324 authored by Cathy Xu's avatar Cathy Xu Committed by Linus Walleij
Browse files

pinctrl: mediatek: Add pinctrl driver for mt8189

parent b2250101
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -259,6 +259,18 @@ config PINCTRL_MT8188
	  In MTK platform, we support virtual gpio and use it to
	  map specific eint which doesn't have real gpio pin.

config PINCTRL_MT8189
        bool "MediaTek MT8189 pin control"
        depends on OF
        depends on ARM64 || COMPILE_TEST
        default ARM64 && ARCH_MEDIATEK
        select PINCTRL_MTK_PARIS
        help
          Say yes here to support pin controller and gpio driver
          on MediaTek MT8189 SoC.
          In MTK platform, we support virtual gpio and use it to
          map specific eint which doesn't have real gpio pin.

config PINCTRL_MT8192
	bool "MediaTek MT8192 pin control"
	depends on OF
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ obj-$(CONFIG_PINCTRL_MT8173) += pinctrl-mt8173.o
obj-$(CONFIG_PINCTRL_MT8183)		+= pinctrl-mt8183.o
obj-$(CONFIG_PINCTRL_MT8186)		+= pinctrl-mt8186.o
obj-$(CONFIG_PINCTRL_MT8188)		+= pinctrl-mt8188.o
obj-$(CONFIG_PINCTRL_MT8189)            += pinctrl-mt8189.o
obj-$(CONFIG_PINCTRL_MT8192)		+= pinctrl-mt8192.o
obj-$(CONFIG_PINCTRL_MT8195)		+= pinctrl-mt8195.o
obj-$(CONFIG_PINCTRL_MT8196)		+= pinctrl-mt8196.o
+1700 −0

File added.

Preview size limit exceeded, changes collapsed.

+2452 −0

File added.

Preview size limit exceeded, changes collapsed.