[PATCH v2 0/2] pinctrl: qcom: eliza: Split up some QUP pin groups
From: Alexander Koskovich
Date: Mon Apr 20 2026 - 11:19:49 EST
Multiple QUPs have lanes that can be routed to one of two GPIOs and
collapsing them prevents devicetrees from requesting specific routing.
For example, a board that wires an I2C SCL line to one of two GPIOs
cannot request that specific pin with the groups collapsed.
This series splits them up so devicetrees can request the configuration
they need.
Signed-off-by: Alexander Koskovich <akoskovich@xxxxx>
---
Changes in v2:
- Update bindings to reflect new split functions
- Link to v1: https://lore.kernel.org/r/20260418-fix-eliza-pinctrl-v1-1-864bf95ac83b@xxxxx
---
Alexander Koskovich (2):
dt-bindings: pinctrl: qcom,eliza-tlmm: Update function list
pinctrl: qcom: eliza: Split up some QUP pin groups
.../bindings/pinctrl/qcom,eliza-tlmm.yaml | 13 +-
drivers/pinctrl/qcom/pinctrl-eliza.c | 200 +++++++++++++++++----
2 files changed, 179 insertions(+), 34 deletions(-)
---
base-commit: c7275b05bc428c7373d97aa2da02d3a7fa6b9f66
change-id: 20260418-fix-eliza-pinctrl-b6e66dd92766
Best regards,
--
Alexander Koskovich <akoskovich@xxxxx>