]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk/qcom: add initial clock driver for sc7280
authorCaleb Connolly <caleb.connolly@linaro.org>
Wed, 21 Aug 2024 13:41:46 +0000 (15:41 +0200)
committerCaleb Connolly <caleb.connolly@linaro.org>
Fri, 6 Sep 2024 08:47:46 +0000 (10:47 +0200)
commitf50e7be6bb18f4a1e8c5acdb39d0164165bc0089
tree8641595d9ec636a4230f251f797c1ba1af6192f0
parent3e36ada42e16bcc4253ca87a66716af4a1742520
clk/qcom: add initial clock driver for sc7280

We don't actually need any clocks to get UFS up and running, resets are
useful though.

Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
drivers/clk/qcom/Kconfig
drivers/clk/qcom/Makefile
drivers/clk/qcom/clock-qcom.h
drivers/clk/qcom/clock-sc7280.c [new file with mode: 0644]