Add pinctrl block for the SM8750 SoC. The Qualcomm Technologies, Inc. SM8750 SoC is the latest in the line of consumer mobile device SoCs. See more at: https://www.qualcomm.com/content/dam/qcomm-martech/dm-assets/images/company/news-media/media-center/press-kits/snapdragon-summit-2024/day-1/documents/Snapdragon8EliteProductBrief.pdf Melody Olvera (2): dt-bindings: pinctrl: qcom: Add sm8750 pinctrl pinctrl: qcom: Add sm8750 pinctrl driver .../bindings/pinctrl/qcom,sm8750-tlmm.yaml | 138 ++ drivers/pinctrl/qcom/Kconfig.msm | 8 + drivers/pinctrl/qcom/Makefile | 1 + drivers/pinctrl/qcom/pinctrl-sm8750.c | 1734 +++++++++++++++++ 4 files changed, 1881 insertions(+) create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sm8750-tlmm.yaml create mode 100644 drivers/pinctrl/qcom/pinctrl-sm8750.c base-commit: 63b3ff03d91ae8f875fe8747c781a521f78cde17 -- 2.46.1