]> git.dujemihanovic.xyz Git - u-boot.git/commit
pinctrl: qcom: Add SM8650 pinctrl driver
authorNeil Armstrong <neil.armstrong@linaro.org>
Fri, 5 Apr 2024 08:15:11 +0000 (10:15 +0200)
committerCaleb Connolly <caleb.connolly@linaro.org>
Tue, 23 Apr 2024 11:28:59 +0000 (13:28 +0200)
commit610d78915ec90d01c95fe1895545d940cdc28260
tree1d95d8a33c1b93b6d67f2a73099eb2de29487ee0
parentba0df20fd3ab0481e5e41e9cb7ba9cbd999549a1
pinctrl: qcom: Add SM8650 pinctrl driver

Add pinctrl driver for the TLMM block found in the SM8650 SoC.

This driver only handles the gpio and qup2_se7 pinmux, and makes sure
the pinconf applies on SDC2 pins.

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Acked-by: Sumit Garg <sumit.garg@linaro.org>
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
drivers/pinctrl/qcom/Kconfig
drivers/pinctrl/qcom/Makefile
drivers/pinctrl/qcom/pinctrl-sm8650.c [new file with mode: 0644]