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

Commit b9419385 authored by Haribabu Gattem's avatar Haribabu Gattem Committed by Gerrit - the friendly Code Review server
Browse files

pinctrl: qcom: Add pinctrl driver for mdm9607



Add pinctrl driver support for mdm9607.

Change-Id: I664d39dc5edd566c1dd4012a350dbe4ae75bd544
Signed-off-by: default avatarHaribabu Gattem <haribabu@codeaurora.org>
Signed-off-by: default avatarSivasri Kumar Vanka <sivasri@codeaurora.org>
parent 540d8cb5
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -223,4 +223,12 @@ config PINCTRL_SLPI
	  This is the pinctrl, pinmux and pinconf driver for the
	  SLPI pin controller block.

config PINCTRL_MDM9607
        tristate "QTI MDM9607 pin controller driver"
        depends on GPIOLIB && OF
        select PINCTRL_MSM
        help
          This is the pinctrl, pinmux, pinconf and gpiolib driver for the
          QTI TLMM block found in the QTI 9607 platform.

endif
+1 −0
Original line number Diff line number Diff line
@@ -27,3 +27,4 @@ obj-$(CONFIG_PINCTRL_TRINKET) += pinctrl-trinket.o
obj-$(CONFIG_PINCTRL_SDXPRAIRIE) += pinctrl-sdxprairie.o
obj-$(CONFIG_PINCTRL_SDMMAGPIE) += pinctrl-sdmmagpie.o
obj-$(CONFIG_PINCTRL_SLPI) 	+= pinctrl-slpi.o
obj-$(CONFIG_PINCTRL_MDM9607)   += pinctrl-mdm9607.o