Skip to content

Commit 11138a5

Browse files
lumaglinusw
authored andcommitted
pinctrl: qcom: add support for TLMM on SAR2130P
Add driver for the pincontrol device as present on the Qualcomm SAR2130P platform. This is based on the msm-5.10 tree, tag KERNEL.PLATFORM.1.0.r4-00400-NEO.0. Co-developed-by: Mayank Grover <[email protected]> Signed-off-by: Mayank Grover <[email protected]> Signed-off-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent e89768f commit 11138a5

File tree

3 files changed

+1514
-0
lines changed

3 files changed

+1514
-0
lines changed

drivers/pinctrl/qcom/Kconfig.msm

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,14 @@ config PINCTRL_SA8775P
227227
This is the pinctrl, pinmux and pinconf driver for the Qualcomm
228228
TLMM block found on the Qualcomm SA8775P platforms.
229229

230+
config PINCTRL_SAR2130P
231+
tristate "Qualcomm Technologies Inc SAR2130P pin controller driver"
232+
depends on ARM64 || COMPILE_TEST
233+
help
234+
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
235+
Qualcomm Technologies Inc TLMM block found on the Qualcomm
236+
Technologies Inc SAR2130P platform.
237+
230238
config PINCTRL_SC7180
231239
tristate "Qualcomm Technologies Inc SC7180 pin controller driver"
232240
depends on ARM64 || COMPILE_TEST

drivers/pinctrl/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ obj-$(CONFIG_PINCTRL_QCOM_SSBI_PMIC) += pinctrl-ssbi-gpio.o
3535
obj-$(CONFIG_PINCTRL_QCOM_SSBI_PMIC) += pinctrl-ssbi-mpp.o
3636
obj-$(CONFIG_PINCTRL_QDU1000) += pinctrl-qdu1000.o
3737
obj-$(CONFIG_PINCTRL_SA8775P) += pinctrl-sa8775p.o
38+
obj-$(CONFIG_PINCTRL_SAR2130P) += pinctrl-sar2130p.o
3839
obj-$(CONFIG_PINCTRL_SC7180) += pinctrl-sc7180.o
3940
obj-$(CONFIG_PINCTRL_SC7280) += pinctrl-sc7280.o
4041
obj-$(CONFIG_PINCTRL_SC7280_LPASS_LPI) += pinctrl-sc7280-lpass-lpi.o

0 commit comments

Comments
 (0)