[PATCH v2 0/4] Pinctrl support for SM8475
From: Esteban Urrutia via B4 Relay
Date: Sun Aug 02 2026 - 03:34:43 EST
This series adds proper pinctrl support for SM8475.
On downstream, when comparing both waipio (SM8450) and cape (SM8475)
pinctrl drivers, differences regarding PLL clock groups exist.
Match these differences upstream as well.
Some headers present in pinctrl-sm8450 were commonized, so that code
duplication is reduced to some extent.
Signed-off-by: Esteban Urrutia <esteuwu@xxxxxxxxx>
---
Changes in v2:
- Remove duplicate gpio81 reference (Sashiko)
- Link to v1: https://patch.msgid.link/20260731-sm8475-tlmm-v1-0-3007a8e4aa62@xxxxxxxxx
---
Esteban Urrutia (4):
pinctrl: qcom: sm8450: Remove duplicate reference to gpio81
pinctrl: qcom: Commonize pinctrl-sm8450 headers
dt-bindings: pinctrl: qcom,sm8450-tlmm: Add compatible for SM8475
pinctrl: qcom: Add SM8475 pinctrl driver
.../bindings/pinctrl/qcom,sm8450-tlmm.yaml | 4 +-
drivers/pinctrl/qcom/Kconfig.msm | 9 +
drivers/pinctrl/qcom/Makefile | 1 +
drivers/pinctrl/qcom/pinctrl-sm8450.c | 235 +---
drivers/pinctrl/qcom/pinctrl-sm8450.h | 246 ++++
drivers/pinctrl/qcom/pinctrl-sm8475.c | 1462 ++++++++++++++++++++
6 files changed, 1723 insertions(+), 234 deletions(-)
---
base-commit: 415606a7be939835db9b0d6b711887586646346d
change-id: 20260729-sm8475-tlmm-6a5235bd08ff
Best regards,
--
Esteban Urrutia <esteuwu@xxxxxxxxx>