pinctrl: qcom: Add lahaina pinctrl driver
Add initial lahaina driver to support pin configuration with pinctrl framework for Lahaina SoC. Change-Id: Ia9d72e3b65b4946df69357791400ab616e6eb79b Signed-off-by: Raghavendra Rao Ananta <rananta@codeaurora.org>
This commit is contained in:
parent
6d07d8c2b9
commit
f4a9af5f8a
@ -182,4 +182,15 @@ config PINCTRL_SDM845
|
||||
Qualcomm Technologies Inc TLMM block found on the Qualcomm
|
||||
Technologies Inc SDM845 platform.
|
||||
|
||||
config PINCTRL_LAHAINA
|
||||
tristate "Qualcomm Technologies Inc LAHAINA 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 Top Level Mode Multiplexer block (TLMM)
|
||||
block found on the Qualcomm Technologies Inc LAHAINA platform.
|
||||
Say Y here to compile statically, or M here to compile it as a module.
|
||||
If unsure, say N.
|
||||
|
||||
endif
|
||||
|
@ -22,3 +22,4 @@ obj-$(CONFIG_PINCTRL_QCOM_SSBI_PMIC) += pinctrl-ssbi-gpio.o
|
||||
obj-$(CONFIG_PINCTRL_QCOM_SSBI_PMIC) += pinctrl-ssbi-mpp.o
|
||||
obj-$(CONFIG_PINCTRL_SDM660) += pinctrl-sdm660.o
|
||||
obj-$(CONFIG_PINCTRL_SDM845) += pinctrl-sdm845.o
|
||||
obj-$(CONFIG_PINCTRL_LAHAINA) += pinctrl-lahaina.o
|
||||
|
1900
drivers/pinctrl/qcom/pinctrl-lahaina.c
Normal file
1900
drivers/pinctrl/qcom/pinctrl-lahaina.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user