Skip to content

Commit 4beb02f

Browse files
vinodkoulLinus Walleij
authored andcommitted
pinctrl: qcom: Add SM8450 pinctrl driver
This adds pincontrol driver for tlmm block found in SM8450 SoC This patch is based on initial code downstream by Elliot Berman <eberman@codeaurora.org> Signed-off-by: Vinod Koul <vkoul@kernel.org> Tested-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20211201072434.3968768-3-vkoul@kernel.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent 82dc44e commit 4beb02f

File tree

3 files changed

+1699
-0
lines changed

3 files changed

+1699
-0
lines changed

drivers/pinctrl/qcom/Kconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,15 @@ config PINCTRL_SM8350
337337
Qualcomm Technologies Inc TLMM block found on the Qualcomm
338338
Technologies Inc SM8350 platform.
339339

340+
config PINCTRL_SM8450
341+
tristate "Qualcomm Technologies Inc SM8450 pin controller driver"
342+
depends on GPIOLIB && OF
343+
select PINCTRL_MSM
344+
help
345+
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
346+
Qualcomm Technologies Inc TLMM block found on the Qualcomm
347+
Technologies Inc SM8450 platform.
348+
340349
config PINCTRL_LPASS_LPI
341350
tristate "Qualcomm Technologies Inc LPASS LPI pin controller driver"
342351
select PINMUX

drivers/pinctrl/qcom/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ obj-$(CONFIG_PINCTRL_SDX65) += pinctrl-sdx65.o
3939
obj-$(CONFIG_PINCTRL_SM8150) += pinctrl-sm8150.o
4040
obj-$(CONFIG_PINCTRL_SM8250) += pinctrl-sm8250.o
4141
obj-$(CONFIG_PINCTRL_SM8350) += pinctrl-sm8350.o
42+
obj-$(CONFIG_PINCTRL_SM8450) += pinctrl-sm8450.o
4243
obj-$(CONFIG_PINCTRL_LPASS_LPI) += pinctrl-lpass-lpi.o

0 commit comments

Comments
 (0)