Introduce and enable pinctrl support for SC7280 and QCM6490, similarly to other platforms.
This was missed during RB3 Gen 2 bringup. --- Caleb Connolly (2): pinctrl: qcom: add sc7280 pinctrl driver qcom_defconfig: enable PINCTRL_QCOM_SC7280 configs/qcom_defconfig | 1 + drivers/pinctrl/qcom/Kconfig | 7 +++ drivers/pinctrl/qcom/Makefile | 1 + drivers/pinctrl/qcom/pinctrl-sc7280.c | 106 ++++++++++++++++++++++++++++++++++ 4 files changed, 115 insertions(+) --- base-commit: 639cd409987acf173eaffebe7876968b42fd7c32 // Caleb (they/them)