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

Commit be9ac97d authored by Mukesh Ojha's avatar Mukesh Ojha Committed by Gerrit - the friendly Code Review server
Browse files

pinctrl: qcom: Add support for Shima SoC pin control



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

Change-Id: I0357030580fd8141656280ee80aff00c31210883
Signed-off-by: default avatarMukesh Ojha <mojha@codeaurora.org>
parent 3bb7283e
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -212,4 +212,15 @@ config PINCTRL_LAHAINA
	  Say Y here to compile statically, or M here to compile it as a module.
	  If unsure, say N.

config PINCTRL_SHIMA
	tristate "Qualcomm Technologies Inc SHIMA 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 SHIMA 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
@@ -25,3 +25,4 @@ obj-$(CONFIG_PINCTRL_SDM660) += pinctrl-sdm660.o
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
+1920 −0

File added.

Preview size limit exceeded, changes collapsed.