Skip to content

Commit bcd1149

Browse files
kholklinusw
authored andcommitted
pinctrl: qcom: Add a pinctrl driver for MSM8976 and 8956
Add the pinctrl driver to support pin configuration with the pinctrl framework on MSM8976, MSM8956, APQ8056, APQ8076. Signed-off-by: AngeloGioacchino Del Regno <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Bjorn Andersson <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
1 parent 142b876 commit bcd1149

File tree

3 files changed

+1138
-0
lines changed

3 files changed

+1138
-0
lines changed

drivers/pinctrl/qcom/Kconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,16 @@ config PINCTRL_MSM8916
9090
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
9191
Qualcomm TLMM block found on the Qualcomm 8916 platform.
9292

93+
config PINCTRL_MSM8976
94+
tristate "Qualcomm 8976 pin controller driver"
95+
depends on GPIOLIB && OF
96+
select PINCTRL_MSM
97+
help
98+
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
99+
Qualcomm TLMM block found on the Qualcomm MSM8976 platform.
100+
The Qualcomm MSM8956, APQ8056, APQ8076 platforms are also
101+
supported by this driver.
102+
93103
config PINCTRL_MSM8994
94104
tristate "Qualcomm 8994 pin controller driver"
95105
depends on GPIOLIB && OF

drivers/pinctrl/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ obj-$(CONFIG_PINCTRL_MSM8660) += pinctrl-msm8660.o
1010
obj-$(CONFIG_PINCTRL_MSM8960) += pinctrl-msm8960.o
1111
obj-$(CONFIG_PINCTRL_MSM8X74) += pinctrl-msm8x74.o
1212
obj-$(CONFIG_PINCTRL_MSM8916) += pinctrl-msm8916.o
13+
obj-$(CONFIG_PINCTRL_MSM8976) += pinctrl-msm8976.o
1314
obj-$(CONFIG_PINCTRL_MSM8994) += pinctrl-msm8994.o
1415
obj-$(CONFIG_PINCTRL_MSM8996) += pinctrl-msm8996.o
1516
obj-$(CONFIG_PINCTRL_MSM8998) += pinctrl-msm8998.o

0 commit comments

Comments
 (0)