Skip to content

Commit 87ebcd8

Browse files
pankaj-qcomLinus Walleij
authored andcommitted
pinctrl: qcom: Add glymur pinctrl driver
Add TLMM pinctrl driver to support pin configuration with pinctrl framework for Glymur SoC. Reviewed-by: Bjorn Andersson <andersson@kernel.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Pankaj Patil <pankaj.patil@oss.qualcomm.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent ebe3975 commit 87ebcd8

3 files changed

Lines changed: 1788 additions & 0 deletions

File tree

drivers/pinctrl/qcom/Kconfig.msm

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@ config PINCTRL_APQ8084
1515
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
1616
Qualcomm TLMM block found in the Qualcomm APQ8084 platform.
1717

18+
config PINCTRL_GLYMUR
19+
tristate "Qualcomm Technologies Inc Glymur pin controller driver"
20+
depends on ARM64 || COMPILE_TEST
21+
help
22+
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
23+
Qualcomm Technologies Inc Top Level Mode Multiplexer block (TLMM)
24+
block found on the Qualcomm Technologies Inc Glymur platform.
25+
Say Y here to compile statically, or M here to compile it as a module.
26+
If unsure, say N.
27+
1828
config PINCTRL_IPQ4019
1929
tristate "Qualcomm IPQ4019 pin controller driver"
2030
depends on ARM || COMPILE_TEST

drivers/pinctrl/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
obj-$(CONFIG_PINCTRL_MSM) += pinctrl-msm.o
44
obj-$(CONFIG_PINCTRL_APQ8064) += pinctrl-apq8064.o
55
obj-$(CONFIG_PINCTRL_APQ8084) += pinctrl-apq8084.o
6+
obj-$(CONFIG_PINCTRL_GLYMUR) += pinctrl-glymur.o
67
obj-$(CONFIG_PINCTRL_IPQ4019) += pinctrl-ipq4019.o
78
obj-$(CONFIG_PINCTRL_IPQ5018) += pinctrl-ipq5018.o
89
obj-$(CONFIG_PINCTRL_IPQ8064) += pinctrl-ipq8064.o

0 commit comments

Comments
 (0)