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

Commit da5e3c9c authored by Swetha Chikkaboraiah's avatar Swetha Chikkaboraiah Committed by Chetan C R
Browse files

pinctrl: qcom: Add sdm660 pinctrl driver



Add initial pinctrl driver to support pin
configuration with pinctrl framework for sdm660.
This is a snapshot of driver file as of msm-4.4
commit 674d6a5ef1729c0b7("pinctrl: qcom: Add
UFS_RESET pin data for sdm660").

Change-Id: I1a852c56534abd3a134867963948dbdb4b5ace41
Signed-off-by: default avatarSwetha Chikkaboraiah <schikk@codeaurora.org>
Signed-off-by: default avatarChetan C R <cchinnad@codeaurora.org>
parent 17d718ca
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -201,4 +201,12 @@ config PINCTRL_SCUBA
	  Qualcomm Technologies Inc TLMM block found on the Qualcomm
	  Technologies Inc SCUBA platform.

config PINCTRL_SDM660
	tristate "Qualcomm Technologies, Inc SDM660 pin controller driver"
	depends on GPIOLIB && OF
	select PINCTRL_MSM
	help
	 This is the pinctrl, pinmux, pinconf and gpiolib driver for
	 the Qualcomm Technologies Inc TLMM block found in the
	 Qualcomm Technologies, Inc. SDM660 platform.
endif
+1 −0
Original line number Diff line number Diff line
@@ -25,3 +25,4 @@ obj-$(CONFIG_PINCTRL_LITO) += pinctrl-lito.o
obj-$(CONFIG_PINCTRL_BENGAL) += pinctrl-bengal.o
obj-$(CONFIG_PINCTRL_LAGOON) += pinctrl-lagoon.o
obj-$(CONFIG_PINCTRL_SCUBA) += pinctrl-scuba.o
obj-$(CONFIG_PINCTRL_SDM660)   += pinctrl-sdm660.o
+1750 −0

File added.

Preview size limit exceeded, changes collapsed.