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 <[email protected]> --- Esteban Urrutia (3): 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 | 233 +--- drivers/pinctrl/qcom/pinctrl-sm8450.h | 246 ++++ drivers/pinctrl/qcom/pinctrl-sm8475.c | 1462 ++++++++++++++++++++ 6 files changed, 1722 insertions(+), 233 deletions(-) --- base-commit: 95d6a9ccef99117115e41e9adb271243bd5e985b change-id: 20260729-sm8475-tlmm-6a5235bd08ff Best regards, -- Esteban Urrutia <[email protected]>

