[PATCH v3 0/2] pinctrl: qcom: Add support for Qualcomm Eliza SoC

From: Abel Vesa

Date: Mon Feb 16 2026 - 09:01:37 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 v3:
- Rebased on next-20260213
- Picked up Bjorn's and Krzysztof's R-b tags for bindigns patch.
- Picked up Bjorn's R-b tag for the driver patch.
- Fixed pattern for pins property.
- Fixed gpio-reserved-ranges, as Krzysztof suggested.
- Link to v2: https://patch.msgid.link/20260127-eliza-pinctrl-v2-0-1faf78efdc2e@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: 635c467cc14ebdffab3f77610217c1dacaf88e8c
change-id: 20260120-eliza-pinctrl-7bb592ad63f1

Best regards,
--
Abel Vesa <abel.vesa@xxxxxxxxxxxxxxxx>