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

Add clock, reset and power domain driver for SM8150. Driver code is
based on the similar U-Boot drivers. All constants are taken from the
corresponding Linux driver.

This driver supports clock rate setting only debug UART,
RGMII/Ethernet modules and USB controller.

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/clk/qcom/Kconfig
drivers/clk/qcom/Makefile
drivers/clk/qcom/clock-sm8150.c [new file with mode: 0644]