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

Commit 7cd7d186 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "pinctrl: qcom: Add support for msmcobalt"

parents f491a0b9 2982112c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ Required properties:
	      "qcom,msm8952-pinctrl"
	      "qcom,msmtitanium-pinctrl"
	      "qcom,msmthorium-pinctrl"
	      "qcom,msmcobalt-pinctrl"

- reg: Should be the base address and length of the TLMM block.
- interrupts: Should be the parent IRQ of the TLMM block.
+8 −0
Original line number Diff line number Diff line
@@ -95,6 +95,14 @@ config PINCTRL_MSMTHORIUM
	  This is the pinctrl, pinmux, pinconf and gpiolib driver for the
	  QTI TLMM block found in the QTI MSMTHORIUM platform.

config PINCTRL_MSMCOBALT
	tristate "QTI MSMCOBALT pin controller driver"
	depends on GPIOLIB && OF && (ARCH_MSMCOBALT || COMPILE_TEST)
	select PINCTRL_MSM
	help
	  This is the pinctrl, pinmux, pinconf and gpiolib driver for the
	  QTI TLMM block found in the QTI MSMCOBALT platform.

config PINCTRL_MSMTITANIUM
	tristate "Qualcomm MSMTITANIUM pin controller driver"
	depends on GPIOLIB && OF && (ARCH_MSMTITANIUM || COMPILE_TEST)
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@ obj-$(CONFIG_PINCTRL_MSM8X74) += pinctrl-msm8x74.o
obj-$(CONFIG_PINCTRL_MSM8996)	+= pinctrl-msm8996.o
obj-$(CONFIG_PINCTRL_MSM8952)	+= pinctrl-msm8952.o
obj-$(CONFIG_PINCTRL_MSMTHORIUM)	+= pinctrl-msmthorium.o
obj-$(CONFIG_PINCTRL_MSMCOBALT)	+= pinctrl-msmcobalt.o
obj-$(CONFIG_PINCTRL_MSMTITANIUM)	+= pinctrl-msmtitanium.o
obj-$(CONFIG_PINCTRL_MDMFERMIUM)	+= pinctrl-mdmfermium.o
obj-$(CONFIG_PINCTRL_MDMCALIFORNIUM)   += pinctrl-mdmcalifornium.o
+1750 −0

File added.

Preview size limit exceeded, changes collapsed.