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

Commit 6024cc72 authored by Gaurav Kohli's avatar Gaurav Kohli Committed by Yogesh Lal
Browse files

pinctrl: qcom: Add support for Holi SoC pin control



Add support for holi pin configuration and control
via pinctrl framework.

Change-Id: I030d9cfb7770855ede05036ecd1fff4c3876686f
Signed-off-by: default avatarGaurav Kohli <gkohli@codeaurora.org>
Signed-off-by: default avatarYogesh Lal <ylal@codeaurora.org>
parent 1bf28f45
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -223,4 +223,15 @@ config PINCTRL_SHIMA
	  Say Y here to compile statically, or M here to compile it as a module.
	  If unsure, say N.

config PINCTRL_HOLI
	tristate "Qualcomm Technologies Inc HOLI 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 HOLI 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
@@ -26,3 +26,4 @@ obj-$(CONFIG_PINCTRL_SDM845) += pinctrl-sdm845.o
obj-$(CONFIG_PINCTRL_SM8150) += pinctrl-sm8150.o
obj-$(CONFIG_PINCTRL_LAHAINA) += pinctrl-lahaina.o
obj-$(CONFIG_PINCTRL_SHIMA) += pinctrl-shima.o
obj-$(CONFIG_PINCTRL_HOLI) += pinctrl-holi.o