Re: [PATCH v2 4/7] clk/qcom: sdm845: add register map for simple gate clocks

2023-11-02 Thread Sumit Garg
On Tue, 31 Oct 2023 at 03: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 Con

[PATCH v2 4/7] clk/qcom: sdm845: add register map for simple gate clocks

2023-10-30 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 |