Skip to content

Commit ff5eb00

Browse files
affenull2345Linus Walleij
authored andcommitted
pinctrl: qcom: Add MSM8917 tlmm pinctrl driver
It is based on MSM8916 driver with the pinctrl definitions from Qualcomm's downstream MSM8917 driver. Signed-off-by: Otto Pflüger <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Signed-off-by: Barnabás Czémán <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent 9d7ad0e commit ff5eb00

File tree

3 files changed

+1627
-0
lines changed

3 files changed

+1627
-0
lines changed

drivers/pinctrl/qcom/Kconfig.msm

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,12 @@ config PINCTRL_MSM8916
137137
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
138138
Qualcomm TLMM block found on the Qualcomm 8916 platform.
139139

140+
config PINCTRL_MSM8917
141+
tristate "Qualcomm 8917 pin controller driver"
142+
help
143+
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
144+
Qualcomm TLMM block found on the Qualcomm MSM8917 platform.
145+
140146
config PINCTRL_MSM8953
141147
tristate "Qualcomm 8953 pin controller driver"
142148
depends on ARM64 || COMPILE_TEST

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_MSM8960) += pinctrl-msm8960.o
1717
obj-$(CONFIG_PINCTRL_MSM8X74) += pinctrl-msm8x74.o
1818
obj-$(CONFIG_PINCTRL_MSM8909) += pinctrl-msm8909.o
1919
obj-$(CONFIG_PINCTRL_MSM8916) += pinctrl-msm8916.o
20+
obj-$(CONFIG_PINCTRL_MSM8917) += pinctrl-msm8917.o
2021
obj-$(CONFIG_PINCTRL_MSM8953) += pinctrl-msm8953.o
2122
obj-$(CONFIG_PINCTRL_MSM8976) += pinctrl-msm8976.o
2223
obj-$(CONFIG_PINCTRL_MSM8994) += pinctrl-msm8994.o

0 commit comments

Comments
 (0)