[PATCH v2 0/2] pinctrl: qcom: Add support for Qualcomm Eliza SoC
From: Abel Vesa
Date: Tue Jan 27 2026 - 11:01:07 EST
Add the pinctrl driver, document the bindings and enable the
driver in defconfig as built-in.
Signed-off-by: Abel Vesa <abel.vesa@xxxxxxxxxxxxxxxx>
---
Changes in v2:
- Rebased on next-20260126.
- Fixed the gpio related properties in the schema, as reported by Bjorn.
- Fixed the SoC name in the module description in the driver.
- Dropped the defconfig change patch. Will send one later that includes
all basic provides.
- Link to v1: https://patch.msgid.link/20260120-eliza-pinctrl-v1-0-b31c3f85a5d5@xxxxxxxxxxxxxxxx
---
Abel Vesa (2):
dt-bindings: pinctrl: document the Eliza Top Level Mode Multiplexer
pinctrl: qcom: Add Eliza pinctrl driver
.../bindings/pinctrl/qcom,eliza-tlmm.yaml | 138 ++
drivers/pinctrl/qcom/Kconfig.msm | 10 +
drivers/pinctrl/qcom/Makefile | 1 +
drivers/pinctrl/qcom/pinctrl-eliza.c | 1548 ++++++++++++++++++++
4 files changed, 1697 insertions(+)
---
base-commit: 615aad0f61e0c7a898184a394dc895c610100d4f
change-id: 20260120-eliza-pinctrl-7bb592ad63f1
Best regards,
--
Abel Vesa <abel.vesa@xxxxxxxxxxxxxxxx>