Commit b698f36a authored by Lijuan Gao's avatar Lijuan Gao Committed by Linus Walleij
Browse files

pinctrl: qcom: add the tlmm driver for QCS615 platform



Add support for QCS615 TLMM configuration and control via the
pinctrl framework.

Signed-off-by: default avatarLijuan Gao <quic_lijuang@quicinc.com>
Link: https://lore.kernel.org/20240920-add_qcs615_pinctrl_driver-v2-2-e03c42a9d055@quicinc.com


Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 55c487ea
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -191,6 +191,13 @@ config PINCTRL_QCS404
	  This is the pinctrl, pinmux, pinconf and gpiolib driver for the
	  TLMM block found in the Qualcomm QCS404 platform.

config PINCTRL_QCS615
	tristate "Qualcomm Technologies QCS615 pin controller driver"
	depends on ARM64 || COMPILE_TEST
	help
	  This is the pinctrl, pinmux, pinconf and gpiolib driver for the
	  TLMM block found on the Qualcomm QCS615 platform.

config PINCTRL_QDF2XXX
	tristate "Qualcomm Technologies QDF2xxx pin controller driver"
	depends on ACPI
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@ obj-$(CONFIG_PINCTRL_MSM8996) += pinctrl-msm8996.o
obj-$(CONFIG_PINCTRL_MSM8998)   += pinctrl-msm8998.o
obj-$(CONFIG_PINCTRL_QCM2290)	+= pinctrl-qcm2290.o
obj-$(CONFIG_PINCTRL_QCS404)	+= pinctrl-qcs404.o
obj-$(CONFIG_PINCTRL_QCS615)    += pinctrl-qcs615.o
obj-$(CONFIG_PINCTRL_QDF2XXX)	+= pinctrl-qdf2xxx.o
obj-$(CONFIG_PINCTRL_MDM9607)	+= pinctrl-mdm9607.o
obj-$(CONFIG_PINCTRL_MDM9615)	+= pinctrl-mdm9615.o
+1107 −0

File added.

Preview size limit exceeded, changes collapsed.