Re: [PATCH 5/8] clk/qcom: sdm845: add register map for simple gate clocks

2024-04-13 Thread * *

Re: [PATCH 5/8] clk/qcom: sdm845: add register map for simple gate clocks

2023-10-27 Thread Sumit Garg
On Wed, 25 Oct 2023 at 01:54, Caleb Connolly wrote: > > 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(). > > Signed-off-by: Caleb

[PATCH 5/8] clk/qcom: sdm845: add register map for simple gate clocks

2023-10-24 Thread Caleb Connolly
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(). Signed-off-by: Caleb Connolly --- .../mach-snapdragon/include/mach/sysmap-sdm845.h |