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

Commit f4a9af5f authored by Raghavendra Rao Ananta's avatar Raghavendra Rao Ananta
Browse files

pinctrl: qcom: Add lahaina pinctrl driver



Add initial lahaina driver to support pin configuration with
pinctrl framework for Lahaina SoC.

Change-Id: Ia9d72e3b65b4946df69357791400ab616e6eb79b
Signed-off-by: default avatarRaghavendra Rao Ananta <rananta@codeaurora.org>
parent 6d07d8c2
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -182,4 +182,15 @@ config PINCTRL_SDM845
         Qualcomm Technologies Inc TLMM block found on the Qualcomm
         Technologies Inc SDM845 platform.

config PINCTRL_LAHAINA
	tristate "Qualcomm Technologies Inc LAHAINA 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 Top Level Mode Multiplexer block (TLMM)
	  block found on the Qualcomm Technologies Inc LAHAINA platform.
	  Say Y here to compile statically, or M here to compile it as a module.
	  If unsure, say N.

endif
+1 −0
Original line number Diff line number Diff line
@@ -22,3 +22,4 @@ obj-$(CONFIG_PINCTRL_QCOM_SSBI_PMIC) += pinctrl-ssbi-gpio.o
obj-$(CONFIG_PINCTRL_QCOM_SSBI_PMIC) += pinctrl-ssbi-mpp.o
obj-$(CONFIG_PINCTRL_SDM660)   += pinctrl-sdm660.o
obj-$(CONFIG_PINCTRL_SDM845) += pinctrl-sdm845.o
obj-$(CONFIG_PINCTRL_LAHAINA) += pinctrl-lahaina.o
+1900 −0

File added.

Preview size limit exceeded, changes collapsed.