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

Commit 53ab5d3c authored by Shadab Naseem's avatar Shadab Naseem Committed by Gerrit - the friendly Code Review server
Browse files

pinctrl: qcom: Add support for Bengal SoC pin control



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

Change-Id: I8949f81eaf6aa40474b925c7e05eb23981daec09
Signed-off-by: default avatarShadab Naseem <snaseem@codeaurora.org>
parent bf0b314d
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -174,4 +174,13 @@ config PINCTRL_LITO
	  Qualcomm Technologies Inc TLMM block found on the Qualcomm
	  Technologies Inc LITO platform.

config PINCTRL_BENGAL
	tristate "Qualcomm Technologies Inc BENGAL 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 TLMM block found on the Qualcomm
	  Technologies Inc BENGAL platform.

endif
+1 −0
Original line number Diff line number Diff line
@@ -22,3 +22,4 @@ obj-$(CONFIG_PINCTRL_QCOM_SSBI_PMIC) += pinctrl-ssbi-mpp.o
obj-$(CONFIG_PINCTRL_SDM845) += pinctrl-sdm845.o
obj-$(CONFIG_PINCTRL_KONA) += pinctrl-kona.o
obj-$(CONFIG_PINCTRL_LITO) += pinctrl-lito.o
obj-$(CONFIG_PINCTRL_BENGAL) += pinctrl-bengal.o
+1535 −0

File added.

Preview size limit exceeded, changes collapsed.