Add Sm4450 pinctrl driver for support enable uart console. Signed-off-by: Tengfei Fan <quic_tengfan@xxxxxxxxxxx> --- v1 -> v2: - update right platform name - update gpio-reserved-ranges have right maxItems - update gpio-line-names have right maxItems - add min/maxItems for pins properties - redo dt_binding_check check - delete reserved gpios setting - combine separate pinctrl functions previous discussion here: [1] https://lore.kernel.org/linux-arm-msm/20230908063843.26835-1-quic_tengfan@xxxxxxxxxxx/ Tengfei Fan (2): dt-bindings: pinctrl: qcom: Add SM4450 pinctrl pinctrl: qcom: Add SM4450 pinctrl driver .../bindings/pinctrl/qcom,sm4450-tlmm.yaml | 132 +++ drivers/pinctrl/qcom/Kconfig.msm | 8 + drivers/pinctrl/qcom/Makefile | 1 + drivers/pinctrl/qcom/pinctrl-sm4450.c | 1013 +++++++++++++++++ 4 files changed, 1154 insertions(+) create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sm4450-tlmm.yaml create mode 100644 drivers/pinctrl/qcom/pinctrl-sm4450.c base-commit: 98897dc735cf6635f0966f76eb0108354168fb15 -- 2.17.1