mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-04-03 12:05:13 +02:00
[ Upstream commit1fbe3abb44] Qualcomm SC7280 and SM8350 SoCs have slightly different LPASS audio blocks (v9.4.5 and v9.2), however the LPASS LPI pin controllers are exactly the same. The driver for SM8350 has two issues, which can be fixed by simply moving over to SC7280 driver which has them correct: 1. "i2s2_data_groups" listed twice GPIO12, but should have both GPIO12 and GPIO13, 2. "swr_tx_data_groups" contained GPIO5 for "swr_tx_data2" function, but that function is also available on GPIO14, thus listing it twice is not necessary. OTOH, GPIO5 has also "swr_rx_data1", so selecting swr_rx_data function should not block the TX one. Fixes:be9f6d5638("pinctrl: qcom: sm8350-lpass-lpi: add SM8350 LPASS TLMM") Cc: stable@vger.kernel.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Linus Walleij <linusw@kernel.org> [ .remove_new vs .remove ] Signed-off-by: Sasha Levin <sashal@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
138 lines
4.9 KiB
Plaintext
138 lines
4.9 KiB
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
if (ARCH_QCOM || COMPILE_TEST)
|
|
|
|
config PINCTRL_MSM
|
|
tristate "Qualcomm core pin controller driver"
|
|
depends on GPIOLIB
|
|
# OF for pinconf_generic_dt_node_to_map_group() from GENERIC_PINCONF
|
|
depends on OF
|
|
select QCOM_SCM
|
|
select PINMUX
|
|
select PINCONF
|
|
select GENERIC_PINCONF
|
|
select GPIOLIB_IRQCHIP
|
|
select IRQ_DOMAIN_HIERARCHY
|
|
select IRQ_FASTEOI_HIERARCHY_HANDLERS
|
|
|
|
source "drivers/pinctrl/qcom/Kconfig.msm"
|
|
|
|
config PINCTRL_QCOM_SPMI_PMIC
|
|
tristate "Qualcomm SPMI PMIC pin controller driver"
|
|
depends on OF && SPMI
|
|
select REGMAP_SPMI
|
|
select PINMUX
|
|
select PINCONF
|
|
select GENERIC_PINCONF
|
|
select GPIOLIB
|
|
select GPIOLIB_IRQCHIP
|
|
select IRQ_DOMAIN_HIERARCHY
|
|
help
|
|
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
|
|
Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips,
|
|
which are using SPMI for communication with SoC. Example PMIC's
|
|
devices are pm8841, pm8941 and pma8084.
|
|
|
|
config PINCTRL_QCOM_SSBI_PMIC
|
|
tristate "Qualcomm SSBI PMIC pin controller driver"
|
|
depends on OF
|
|
select PINMUX
|
|
select PINCONF
|
|
select GENERIC_PINCONF
|
|
select GPIOLIB
|
|
select GPIOLIB_IRQCHIP
|
|
select IRQ_DOMAIN_HIERARCHY
|
|
help
|
|
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
|
|
Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips,
|
|
which are using SSBI for communication with SoC. Example PMIC's
|
|
devices are pm8058 and pm8921.
|
|
|
|
config PINCTRL_LPASS_LPI
|
|
tristate "Qualcomm Technologies Inc LPASS LPI pin controller driver"
|
|
select PINMUX
|
|
select PINCONF
|
|
select GENERIC_PINCONF
|
|
select GENERIC_PINCTRL_GROUPS
|
|
depends on GPIOLIB
|
|
help
|
|
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
|
|
Qualcomm Technologies Inc LPASS (Low Power Audio SubSystem) LPI
|
|
(Low Power Island) found on the Qualcomm Technologies Inc SoCs.
|
|
|
|
config PINCTRL_SC7280_LPASS_LPI
|
|
tristate "Qualcomm Technologies Inc SC7280 and SM8350 LPASS LPI pin controller driver"
|
|
depends on ARM64 || COMPILE_TEST
|
|
depends on PINCTRL_LPASS_LPI
|
|
help
|
|
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
|
|
Qualcomm Technologies Inc LPASS (Low Power Audio SubSystem) LPI
|
|
(Low Power Island) found on the Qualcomm Technologies Inc SC7280
|
|
and SM8350 platforms.
|
|
|
|
config PINCTRL_SM4250_LPASS_LPI
|
|
tristate "Qualcomm Technologies Inc SM4250 LPASS LPI pin controller driver"
|
|
depends on ARM64 || COMPILE_TEST
|
|
depends on PINCTRL_LPASS_LPI
|
|
help
|
|
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
|
|
Qualcomm Technologies Inc LPASS (Low Power Audio SubSystem) LPI
|
|
(Low Power Island) found on the Qualcomm Technologies Inc SM4250 platform.
|
|
|
|
config PINCTRL_SM6115_LPASS_LPI
|
|
tristate "Qualcomm Technologies Inc SM6115 LPASS LPI pin controller driver"
|
|
depends on ARM64 || COMPILE_TEST
|
|
depends on PINCTRL_LPASS_LPI
|
|
help
|
|
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
|
|
Qualcomm Technologies Inc LPASS (Low Power Audio SubSystem) LPI
|
|
(Low Power Island) found on the Qualcomm Technologies Inc SM6115 platform.
|
|
|
|
config PINCTRL_SM8250_LPASS_LPI
|
|
tristate "Qualcomm Technologies Inc SM8250 LPASS LPI pin controller driver"
|
|
depends on ARM64 || COMPILE_TEST
|
|
depends on PINCTRL_LPASS_LPI
|
|
help
|
|
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
|
|
Qualcomm Technologies Inc LPASS (Low Power Audio SubSystem) LPI
|
|
(Low Power Island) found on the Qualcomm Technologies Inc SM8250 platform.
|
|
|
|
config PINCTRL_SM8450_LPASS_LPI
|
|
tristate "Qualcomm Technologies Inc SM8450 LPASS LPI pin controller driver"
|
|
depends on ARM64 || COMPILE_TEST
|
|
depends on PINCTRL_LPASS_LPI
|
|
help
|
|
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
|
|
Qualcomm Technologies Inc LPASS (Low Power Audio SubSystem) LPI
|
|
(Low Power Island) found on the Qualcomm Technologies Inc SM8450 platform.
|
|
|
|
config PINCTRL_SC8280XP_LPASS_LPI
|
|
tristate "Qualcomm Technologies Inc SC8280XP LPASS LPI pin controller driver"
|
|
depends on ARM64 || COMPILE_TEST
|
|
depends on PINCTRL_LPASS_LPI
|
|
help
|
|
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
|
|
Qualcomm Technologies Inc LPASS (Low Power Audio SubSystem) LPI
|
|
(Low Power Island) found on the Qualcomm Technologies Inc SC8280XP platform.
|
|
|
|
config PINCTRL_SM8550_LPASS_LPI
|
|
tristate "Qualcomm Technologies Inc SM8550 LPASS LPI pin controller driver"
|
|
depends on ARM64 || COMPILE_TEST
|
|
depends on PINCTRL_LPASS_LPI
|
|
help
|
|
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
|
|
Qualcomm Technologies Inc LPASS (Low Power Audio SubSystem) LPI
|
|
(Low Power Island) found on the Qualcomm Technologies Inc SM8550
|
|
platform.
|
|
|
|
config PINCTRL_SM8650_LPASS_LPI
|
|
tristate "Qualcomm Technologies Inc SM8650 LPASS LPI pin controller driver"
|
|
depends on ARM64 || COMPILE_TEST
|
|
depends on PINCTRL_LPASS_LPI
|
|
help
|
|
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
|
|
Qualcomm Technologies Inc LPASS (Low Power Audio SubSystem) LPI
|
|
(Low Power Island) found on the Qualcomm Technologies Inc SM8650
|
|
platform.
|
|
|
|
endif
|