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

Commit 0f8c4da7 authored by Shreyas K K's avatar Shreyas K K
Browse files

drivers: pinctrl: qcom: Add Pinctrl driver for Direwolf



Add initial driver to support pin configuration with
pinctrl framework for Direwolf SoC.

Change-Id: I7fd92e716eec71fc0cbdced54902f2ddfadedcc0
Signed-off-by: default avatarShreyas K K <shrekk@codeaurora.org>
parent be60e6e7
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -321,4 +321,15 @@ config PINCTRL_SLPI
	  Say Y here to compile statically, or M here to compile it as a module.
	  If unsure, say N.

config PINCTRL_DIREWOLF
        tristate "Qualcomm Technologies Inc DIREWOLF 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 DIREWOLF 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
@@ -35,3 +35,4 @@ obj-$(CONFIG_PINCTRL_SDXLEMUR) += pinctrl-sdxlemur.o
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
+2330 −0

File added.

Preview size limit exceeded, changes collapsed.