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

Commit 81a420d3 authored by Nagireddy Annem's avatar Nagireddy Annem Committed by Gerrit - the friendly Code Review server
Browse files

pinctrl: qcom: Add support for Monaco SoC pin control



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

Change-Id: I88b348eb4018d57484c2f8d154aeb3090b2b1a75
Signed-off-by: default avatarNagireddy Annem <nannem@codeaurora.org>
parent 5f551b33
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -278,4 +278,15 @@ config PINCTRL_SDXNIGHTJAR
	  Say Y here to compile statically, or M here to compile it as a module.
	  If unsure, say N.

config PINCTRL_MONACO
	tristate "Qualcomm Technologies Inc MONACO 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 MONACO 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
@@ -31,3 +31,4 @@ obj-$(CONFIG_PINCTRL_HOLI) += pinctrl-holi.o
obj-$(CONFIG_PINCTRL_YUPIK) += pinctrl-yupik.o
obj-$(CONFIG_PINCTRL_SDXLEMUR) += pinctrl-sdxlemur.o
obj-$(CONFIG_PINCTRL_SDXNIGHTJAR) += pinctrl-sdxnightjar.o
obj-$(CONFIG_PINCTRL_MONACO) += pinctrl-monaco.o
+1636 −0

File added.

Preview size limit exceeded, changes collapsed.