Devicetree
 help / color / mirror / Atom feed
* [PATCH v1 0/2] pinctrl: qcom: Add QCS615 LPASS LPI pinctrl support
@ 2026-09-08  7:58 Karthik S
  2026-09-08  7:58 ` [PATCH v1 1/2] dt-bindings: pinctrl: qcom: Add QCS615 LPASS LPI pinctrl bindings Karthik S
  2026-09-08  7:58 ` [PATCH v1 2/2] pinctrl: qcom: Add qcs615 lpass lpi pinctrl driver Karthik S
  0 siblings, 2 replies; 6+ messages in thread
From: Karthik S @ 2026-09-08  7:58 UTC (permalink / raw)
  To: Bartosz Golaszewski, Bjorn Andersson, Linus Walleij, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Karthik S
  Cc: linux-arm-msm, linux-gpio, devicetree, linux-kernel

This series adds LPASS (Low Power Audio SubSystem) LPI (Low Power
Island) pinctrl support for Qualcomm QCS615 SoC.

The LPASS LPI TLMM is a dedicated pin controller for audio pins
on QCS615 which supports 32 GPIOs (gpio0-gpio31) with mux functions
for i2s1, dmic1, dmic2 and spkr_i2s_mclk_a.

Karthik S (2):
  dt-bindings: pinctrl: qcom: Add QCS615 LPASS LPI pinctrl bindings
  pinctrl: qcom: Add qcs615 lpass lpi pinctrl driver

 .../qcom,qcs615-lpass-lpi-pinctrl.yaml        | 114 +++++++++++
 arch/arm64/configs/defconfig                  |   1 +
 drivers/pinctrl/qcom/Kconfig                  |  10 +
 drivers/pinctrl/qcom/Makefile                 |   1 +
 .../pinctrl/qcom/pinctrl-qcs615-lpass-lpi.c   | 185 ++++++++++++++++++
 5 files changed, 311 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,qcs615-lpass-lpi-pinctrl.yaml
 create mode 100644 drivers/pinctrl/qcom/pinctrl-qcs615-lpass-lpi.c

-- 
2.34.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-09-08 14:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-08  7:58 [PATCH v1 0/2] pinctrl: qcom: Add QCS615 LPASS LPI pinctrl support Karthik S
2026-09-08  7:58 ` [PATCH v1 1/2] dt-bindings: pinctrl: qcom: Add QCS615 LPASS LPI pinctrl bindings Karthik S
2026-09-08  7:58 ` [PATCH v1 2/2] pinctrl: qcom: Add qcs615 lpass lpi pinctrl driver Karthik S
2026-09-08  8:11   ` sashiko-bot
2026-09-08 13:02   ` Konrad Dybcio
2026-09-08 14:58   ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox