[PATCH 0/2] pinctrl: qcom: Introduce Pinctrl/GPIO for SC8380XP

From: Sibi Sankar
Date: Wed Oct 25 2023 - 09:51:58 EST


This series adds pinctrl/gpio support for the Qualcomm SC8380XP platform, aka Snapdragon X Elite.

Release Link: https://www.qualcomm.com/news/releases/2023/10/qualcomm-unleashes-snapdragon-x-elite--the-ai-super-charged-plat

Rajendra Nayak (2):
dt-bindings: pinctrl: qcom: Add SC8380XP pinctrl
pinctrl: qcom: Add SC8380XP pinctrl driver

.../bindings/pinctrl/qcom,sc8380xp-tlmm.yaml | 143 ++
drivers/pinctrl/qcom/Kconfig.msm | 10 +
drivers/pinctrl/qcom/Makefile | 1 +
drivers/pinctrl/qcom/pinctrl-sc8380xp.c | 1876 +++++++++++++++++
4 files changed, 2030 insertions(+)
create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sc8380xp-tlmm.yaml
create mode 100644 drivers/pinctrl/qcom/pinctrl-sc8380xp.c

--
2.17.1