]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk/qcom: apq8016: add support for USB_HS clocks
authorSam Day <me@samcday.com>
Mon, 6 May 2024 10:26:54 +0000 (10:26 +0000)
committerCaleb Connolly <caleb.connolly@linaro.org>
Fri, 5 Jul 2024 10:04:46 +0000 (12:04 +0200)
commit4fb4bb08e7a262ece8fba988d7d6dbcb1c477c3f
tree32d52182ba220f1cae16f48071b4eb1ed1774709
parent79237af79b6c804913025abe658b6e10c7905b45
clk/qcom: apq8016: add support for USB_HS clocks

The newer "register map for simple gate clocks" support added for qcom
clocks is used. As a result gcc_apq8016 now has a mixture of the old and
new styles. I didn't (and still don't!) feel comfortable enough in this
area to update the existing code.

Signed-off-by: Sam Day <me@samcday.com>
Reviewed-by: Caleb Connolly <caleb.connolly@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
drivers/clk/qcom/clock-apq8016.c