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

Commit bc2ba43c authored by Prasad Sodagudi's avatar Prasad Sodagudi
Browse files

pinctrl: msm: add msmtitanium pinctrl driver



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

Change-Id: I8391dedd4c06bab14584732d6a9a24aa682aea32
Signed-off-by: default avatarPrasad Sodagudi <psodagud@codeaurora.org>
parent c859fa04
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -71,4 +71,12 @@ config PINCTRL_MSM8952
	  This is the pinctrl, pinmux, pinconf and gpiolib driver for the
	  Qualcomm TLMM block found in the Qualcomm MSM8952 platform.

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

endif
+1 −0
Original line number Diff line number Diff line
@@ -8,3 +8,4 @@ obj-$(CONFIG_PINCTRL_MSM8960) += pinctrl-msm8960.o
obj-$(CONFIG_PINCTRL_MSM8X74)	+= pinctrl-msm8x74.o
obj-$(CONFIG_PINCTRL_MSM8996)	+= pinctrl-msm8996.o
obj-$(CONFIG_PINCTRL_MSM8952)	+= pinctrl-msm8952.o
obj-$(CONFIG_PINCTRL_MSMTITANIUM)	+= pinctrl-msmtitanium.o
+1666 −0

File added.

Preview size limit exceeded, changes collapsed.