[PATCH v4 0/2] pinctrl: qcom: Introduce Pinctrl for Glymur
From: Pankaj Patil <hidden>
Date: 2025-07-23 10:37:04
Also in:
linux-arm-msm, linux-gpio, lkml
From: Pankaj Patil <hidden>
Date: 2025-07-23 10:37:04
Also in:
linux-arm-msm, linux-gpio, lkml
Introduce Top Level Mode Multiplexer dt-binding and driver for Qualcomm's next gen compute SoC - Glymur. Changes in v4: Updated bindings to column length of 80 char Changes in v3: Fixed indentation for example tlmm node in bindings file Fixed s-o-b and review comments in the driver Changes in v2: Fixed dt-bindings error from example node's reg propery Fixed gpio-line-name maxItems Driver UFS_RESET macro updated Removed obsolete comment for pingroups Updated ngpio to include ufs_reset pin Pankaj Patil (2): dt-bindings: pinctrl: qcom: Add Glymur pinctrl bindings pinctrl: qcom: Add glymur pinctrl driver .../bindings/pinctrl/qcom,glymur-tlmm.yaml | 133 ++ drivers/pinctrl/qcom/Kconfig.msm | 10 + drivers/pinctrl/qcom/Makefile | 1 + drivers/pinctrl/qcom/pinctrl-glymur.c | 1777 +++++++++++++++++ 4 files changed, 1921 insertions(+) create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,glymur-tlmm.yaml create mode 100644 drivers/pinctrl/qcom/pinctrl-glymur.c -- 2.34.1