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

Commit 2c22cfee authored by Prasad Sodagudi's avatar Prasad Sodagudi Committed by Gerrit - the friendly Code Review server
Browse files

pinctrl: msm: add msm8952 pinctrl driver



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

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

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

endif
+1 −0
Original line number Diff line number Diff line
@@ -6,3 +6,4 @@ obj-$(CONFIG_PINCTRL_IPQ8064) += pinctrl-ipq8064.o
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
+1525 −0

File added.

Preview size limit exceeded, changes collapsed.