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

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

This driver only handles the gpio and qup1_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-sm8550.c [new file with mode: 0644]