qcom: pinctrl: Add snapshot of kalama pinctrl driver

Add kalama pinctrl snapshot from msm-5.15 branch with base
commit <a79cccfc9d06> (Merge "Revert "arm64: defconfig:
Enable QCOM_DYN_MINIDUMP_STACK for kalama"").

Change-Id: Id42af5f90582db983bcf900b81a933d2fbc24749
Signed-off-by: Huang Yiwei <quic_hyiwei@quicinc.com>
This commit is contained in:
Huang Yiwei 2022-07-19 19:10:57 -07:00
parent aea6137dc7
commit a9e84bab9c
3 changed files with 2540 additions and 0 deletions

View File

@ -23,6 +23,17 @@ config PINCTRL_PINEAPPLE
Say Y here to compile statically, or M here to compile it as a
module. If unsure, say N.
config PINCTRL_KALAMA
tristate "Qualcomm Technologies Inc KALAMA 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 KALAMA platform.
Say Y here to compile statically, or M here to compile it as a module.
If unsure, say N.
config PINCTRL_APQ8064
tristate "Qualcomm APQ8064 pin controller driver"
depends on OF

View File

@ -2,6 +2,7 @@
# Qualcomm pin control drivers
obj-$(CONFIG_PINCTRL_MSM) += pinctrl-msm.o
obj-$(CONFIG_PINCTRL_PINEAPPLE) += pinctrl-pineapple.o
obj-$(CONFIG_PINCTRL_KALAMA) += pinctrl-kalama.o
obj-$(CONFIG_PINCTRL_APQ8064) += pinctrl-apq8064.o
obj-$(CONFIG_PINCTRL_APQ8084) += pinctrl-apq8084.o
obj-$(CONFIG_PINCTRL_IPQ4019) += pinctrl-ipq4019.o

File diff suppressed because it is too large Load Diff