]> git.dujemihanovic.xyz Git - u-boot.git/commit
pinctrl: qcom: add driver for SM8150 SoC
authorJulius Lehmann <lehmanju@devpi.de>
Wed, 11 Sep 2024 17:13:10 +0000 (19:13 +0200)
committerCaleb Connolly <caleb.connolly@linaro.org>
Fri, 4 Oct 2024 12:57:01 +0000 (14:57 +0200)
commita9a8f97e006e9397b2c346f6e384b7dfa6c5619c
tree1966c2cd64207892a3d8f9ae843d108631b8e0f6
parent035e29c4c87e88505ce8e836082e059babca11db
pinctrl: qcom: add driver for SM8150 SoC

Add pinctrl and GPIO driver for SM8150. Driver code is based on the
similar U-Boot drivers. All constants are taken from the corresponding
Linux driver. This drivers differs from the similar U-Boot drivers,
because SM8150 SoC have different function IDs for the same functions
on different pins.

Co-authored-by: Volodymyr Babchuk <volodymyr_babchuk@epam.com>
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org>
Signed-off-by: Julius Lehmann <lehmanju@devpi.de>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
drivers/pinctrl/qcom/Kconfig
drivers/pinctrl/qcom/Makefile
drivers/pinctrl/qcom/pinctrl-sm8150.c [new file with mode: 0644]