diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2021-01-26 05:26:50 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2021-02-12 08:52:31 +0100 |
commit | 97423113ec4bbfe92c13ff4794d33391ab70ec96 (patch) | |
tree | 2d48a15e6e031a09b210f18c6f689e21b9abd2cc /drivers/pinctrl/qcom/Kconfig | |
parent | dt-bindings: pinctrl: qcom: Add sc8180x binding (diff) | |
download | linux-97423113ec4bbfe92c13ff4794d33391ab70ec96.tar.xz linux-97423113ec4bbfe92c13ff4794d33391ab70ec96.zip |
pinctrl: qcom: Add sc8180x TLMM driver
Add pinctrl driver for the sc8180x TLMM block.
A noteworthy difference from previous TLMM blocks is that the registers
for GPIO 177 through 189 are for some reason offset from the typical
layout. Other than that the driver is same old...
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20210126042650.1725176-3-bjorn.andersson@linaro.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/qcom/Kconfig')
-rw-r--r-- | drivers/pinctrl/qcom/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/pinctrl/qcom/Kconfig b/drivers/pinctrl/qcom/Kconfig index 8f07f54c027e..6853a896c476 100644 --- a/drivers/pinctrl/qcom/Kconfig +++ b/drivers/pinctrl/qcom/Kconfig @@ -220,6 +220,15 @@ config PINCTRL_SC7280 Qualcomm Technologies Inc TLMM block found on the Qualcomm Technologies Inc SC7280 platform. +config PINCTRL_SC8180X + tristate "Qualcomm Technologies Inc SC8180x pin controller driver" + depends on GPIOLIB && OF + select PINCTRL_MSM + help + This is the pinctrl, pinmux, pinconf and gpiolib driver for the + Qualcomm Technologies Inc TLMM block found on the Qualcomm + Technologies Inc SC8180x platform. + config PINCTRL_SDM660 tristate "Qualcomm Technologies Inc SDM660 pin controller driver" depends on GPIOLIB && OF |