Skip to content

Commit 48e049e

Browse files
shawnguo2linusw
authored andcommitted
pinctrl: qcom: Add QCM2290 pinctrl driver
It's a porting of pinctrl-scuba driver from CAF msm-4.19 kernel. The egpio and wake bits are removed. Signed-off-by: Shawn Guo <[email protected]> Reviewed-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent 5147022 commit 48e049e

File tree

3 files changed

+1138
-0
lines changed

3 files changed

+1138
-0
lines changed

drivers/pinctrl/qcom/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,14 @@ config PINCTRL_MSM8998
165165
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
166166
Qualcomm TLMM block found in the Qualcomm MSM8998 platform.
167167

168+
config PINCTRL_QCM2290
169+
tristate "Qualcomm QCM2290 pin controller driver"
170+
depends on OF
171+
depends on PINCTRL_MSM
172+
help
173+
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
174+
TLMM block found in the Qualcomm QCM2290 platform.
175+
168176
config PINCTRL_QCS404
169177
tristate "Qualcomm QCS404 pin controller driver"
170178
depends on OF

drivers/pinctrl/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ obj-$(CONFIG_PINCTRL_MSM8976) += pinctrl-msm8976.o
1717
obj-$(CONFIG_PINCTRL_MSM8994) += pinctrl-msm8994.o
1818
obj-$(CONFIG_PINCTRL_MSM8996) += pinctrl-msm8996.o
1919
obj-$(CONFIG_PINCTRL_MSM8998) += pinctrl-msm8998.o
20+
obj-$(CONFIG_PINCTRL_QCM2290) += pinctrl-qcm2290.o
2021
obj-$(CONFIG_PINCTRL_QCS404) += pinctrl-qcs404.o
2122
obj-$(CONFIG_PINCTRL_QDF2XXX) += pinctrl-qdf2xxx.o
2223
obj-$(CONFIG_PINCTRL_MDM9607) += pinctrl-mdm9607.o

0 commit comments

Comments
 (0)