Skip to content

Commit 22eb830

Browse files
akdwivedlinusw
authored andcommitted
pinctrl: qcom: Add qcs404 pinctrl driver
Add initial pinctrl driver to support pin configuration with pinctrl framework for qcs404. Signed-off-by: Avaneesh Kumar Dwivedi <akdwived@codeaurora.org> Signed-off-by: Chintan Pandya <cpandya@codeaurora.org> Signed-off-by: Anu Ramanathan <anur@codeaurora.org> [bjorn: Reworked tile handling and did some minor rework] Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent 9d8ea6b commit 22eb830

File tree

3 files changed

+1706
-0
lines changed

3 files changed

+1706
-0
lines changed

drivers/pinctrl/qcom/Kconfig

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

117+
config PINCTRL_QCS404
118+
tristate "Qualcomm QCS404 pin controller driver"
119+
depends on GPIOLIB && OF
120+
select PINCTRL_MSM
121+
help
122+
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
123+
TLMM block found in the Qualcomm QCS404 platform.
124+
117125
config PINCTRL_QDF2XXX
118126
tristate "Qualcomm Technologies QDF2xxx pin controller driver"
119127
depends on GPIOLIB && ACPI

drivers/pinctrl/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ obj-$(CONFIG_PINCTRL_MSM8916) += pinctrl-msm8916.o
1313
obj-$(CONFIG_PINCTRL_MSM8994) += pinctrl-msm8994.o
1414
obj-$(CONFIG_PINCTRL_MSM8996) += pinctrl-msm8996.o
1515
obj-$(CONFIG_PINCTRL_MSM8998) += pinctrl-msm8998.o
16+
obj-$(CONFIG_PINCTRL_QCS404) += pinctrl-qcs404.o
1617
obj-$(CONFIG_PINCTRL_QDF2XXX) += pinctrl-qdf2xxx.o
1718
obj-$(CONFIG_PINCTRL_MDM9615) += pinctrl-mdm9615.o
1819
obj-$(CONFIG_PINCTRL_QCOM_SPMI_PMIC) += pinctrl-spmi-gpio.o

0 commit comments

Comments
 (0)