Skip to content

Commit 725d1c8

Browse files
Sricharan Ramabadhranlinusw
authored andcommitted
pinctrl: qcom: Add IPQ5018 pinctrl driver
Add pinctrl definitions for the TLMM of IPQ5018. Reviewed-by: Bjorn Andersson <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Co-developed-by: Nitheesh Sekar <[email protected]> Signed-off-by: Nitheesh Sekar <[email protected]> Co-developed-by: Varadarajan Narayanan <[email protected]> Signed-off-by: Varadarajan Narayanan <[email protected]> Signed-off-by: Sricharan Ramabadhran <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent 75750ed commit 725d1c8

File tree

3 files changed

+795
-0
lines changed

3 files changed

+795
-0
lines changed

drivers/pinctrl/qcom/Kconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,17 @@ config PINCTRL_IPQ4019
3939
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
4040
Qualcomm TLMM block found in the Qualcomm IPQ4019 platform.
4141

42+
config PINCTRL_IPQ5018
43+
tristate "Qualcomm Technologies, Inc. IPQ5018 pin controller driver"
44+
depends on OF || COMPILE_TEST
45+
depends on ARM64 || COMPILE_TEST
46+
select PINCTRL_MSM
47+
help
48+
This is the pinctrl, pinmux, pinconf and gpiolib driver for
49+
the Qualcomm Technologies Inc. TLMM block found on the
50+
Qualcomm Technologies Inc. IPQ5018 platform. Select this for
51+
IPQ5018.
52+
4253
config PINCTRL_IPQ8064
4354
tristate "Qualcomm IPQ8064 pin controller driver"
4455
depends on OF

drivers/pinctrl/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ obj-$(CONFIG_PINCTRL_MSM) += pinctrl-msm.o
44
obj-$(CONFIG_PINCTRL_APQ8064) += pinctrl-apq8064.o
55
obj-$(CONFIG_PINCTRL_APQ8084) += pinctrl-apq8084.o
66
obj-$(CONFIG_PINCTRL_IPQ4019) += pinctrl-ipq4019.o
7+
obj-$(CONFIG_PINCTRL_IPQ5018) += pinctrl-ipq5018.o
78
obj-$(CONFIG_PINCTRL_IPQ8064) += pinctrl-ipq8064.o
89
obj-$(CONFIG_PINCTRL_IPQ5332) += pinctrl-ipq5332.o
910
obj-$(CONFIG_PINCTRL_IPQ8074) += pinctrl-ipq8074.o

0 commit comments

Comments
 (0)