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 Changes in V2: - corrected example dt node in the bindings - removed reserved gpios (moved to dt) - lowercased letters in hex numbers 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 | 1729 +++++++++++++++++ 4 files changed, 1876 insertions(+) create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sm8750-tlmm.yaml create mode 100644 drivers/pinctrl/qcom/pinctrl-sm8750.c base-commit: 6d59cab07b8d74d0f0422b750038123334f6ecc2 -- 2.46.1