]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk/qcom: sdm845: add register map for simple gate clocks
authorCaleb Connolly <caleb.connolly@linaro.org>
Tue, 7 Nov 2023 12:41:02 +0000 (12:41 +0000)
committerCaleb Connolly <caleb.connolly@linaro.org>
Tue, 16 Jan 2024 12:26:24 +0000 (12:26 +0000)
commit0e7fec02ce49556da2f045a8d04c69f2ae9fbd93
treefaf101d67aae25f3ba6388bccd3a62e0a55aa346
parent3ead661633293413e9af6d1e20c0a1a362d08ee8
clk/qcom: sdm845: add register map for simple gate clocks

Many gate clocks can be enabled with a single register write, add support
for defining these simple gate clocks and add the ones found on SDM845.

While we're here, inline clk_init_uart() into msm_set_rate().

Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
drivers/clk/qcom/clock-qcom.h
drivers/clk/qcom/clock-sdm845.c