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

Commit 9becf18f authored by Mayank Grover's avatar Mayank Grover Committed by Ashish Bhimanpalliwar
Browse files

pinctrl: qcom: Add support for blair SoC pin control



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

Change-Id: I15b424ea5d7d6bdcb55224ac0964496da16e0db5
Signed-off-by: default avatarMayank Grover <groverm@codeaurora.org>
parent e2ae22f9
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -332,4 +332,15 @@ config PINCTRL_DIREWOLF
          Say Y here to compile statically, or M here to compile it as a module.
          If unsure, say N.

config PINCTRL_BLAIR
	tristate "Qualcomm Technologies Inc BLAIR 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 BLAIR 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
@@ -36,3 +36,4 @@ obj-$(CONFIG_PINCTRL_SDXNIGHTJAR) += pinctrl-sdxnightjar.o
obj-$(CONFIG_PINCTRL_MONACO) += pinctrl-monaco.o
obj-$(CONFIG_PINCTRL_SLPI) += pinctrl-slpi.o
obj-$(CONFIG_PINCTRL_DIREWOLF) += pinctrl-direwolf.o
obj-$(CONFIG_PINCTRL_BLAIR) += pinctrl-blair.o
+1607 −0

File added.

Preview size limit exceeded, changes collapsed.