[PATCH v1 0/2] Added pinctrl driver for QCS615 SoC
Aswin Murugan
aswin.murugan at oss.qualcomm.com
Wed Nov 12 17:47:56 CET 2025
This patch series introduces pinctrl support for the Qualcomm QCS615 SoC
in U-Boot. The changes include:
1. Adding a dedicated pinctrl driver for QCS615, based on existing
U-Boot and Linux implementations.
2. Enabling the pinctrl driver in qcom_defconfig to ensure it is built
for QCS615 platforms.
These patches are intended to provide proper pin configuration and
control for QCS615-based boards
Aswin Murugan (2):
pinctrl: qcom: add driver for QCS615 SoC
qcom_defconfig: enable pinctrl for QCS615
configs/qcom_defconfig | 1 +
drivers/pinctrl/qcom/Kconfig | 7 +
drivers/pinctrl/qcom/Makefile | 1 +
drivers/pinctrl/qcom/pinctrl-qcs615.c | 466 ++++++++++++++++++++++++++
4 files changed, 475 insertions(+)
create mode 100644 drivers/pinctrl/qcom/pinctrl-qcs615.c
--
2.34.1
More information about the U-Boot
mailing list