Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d86a3850 authored by Joonwoo Park's avatar Joonwoo Park Committed by Matt Wagantall
Browse files

pinctrl: msm: add msmthulium pinctrl driver



Add initial pinctrl driver to support pin configuration with pinctrl
framework for msmthulium.

Signed-off-by: default avatarJoonwoo Park <joonwoop@codeaurora.org>
parent ed0240cb
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -47,4 +47,12 @@ config PINCTRL_MSM8X74
	  This is the pinctrl, pinmux, pinconf and gpiolib driver for the
	  Qualcomm TLMM block found in the Qualcomm 8974 platform.

config PINCTRL_MSMTHULIUM
	tristate "Qualcomm thulium pin controller driver"
	depends on GPIOLIB && OF && (ARCH_MSMTHULIUM || COMPILE_TEST)
	select PINCTRL_MSM
	help
	  This is the pinctrl, pinmux, pinconf and gpiolib driver for the
	  Qualcomm TLMM block found in the Qualcomm thulium platform.

endif
+1 −0
Original line number Diff line number Diff line
@@ -5,3 +5,4 @@ obj-$(CONFIG_PINCTRL_APQ8084) += pinctrl-apq8084.o
obj-$(CONFIG_PINCTRL_IPQ8064)	+= pinctrl-ipq8064.o
obj-$(CONFIG_PINCTRL_MSM8960)	+= pinctrl-msm8960.o
obj-$(CONFIG_PINCTRL_MSM8X74)	+= pinctrl-msm8x74.o
obj-$(CONFIG_PINCTRL_MSMTHULIUM)	+= pinctrl-msmthulium.o
+1757 −0

File added.

Preview size limit exceeded, changes collapsed.