Re: [PATCH 06/13] clk/qcom: sdm845: add USB clocks

2024-01-31 Thread Dan Carpenter
On Wed, Jan 31, 2024 at 03:16:58PM +, Caleb Connolly wrote: > @@ -121,6 +130,26 @@ static int sdm845_clk_enable(struct clk *clk) > > debug("%s: clk %s\n", __func__, sdm845_clks[clk->id].name); > > + switch (clk->id) { > + case GCC_USB30_PRIM_MASTER_CLK: > + gdsc_en

[PATCH 06/13] clk/qcom: sdm845: add USB clocks

2024-01-31 Thread Caleb Connolly
Most devices only initialise the USB clocks for us if we boot via "fastboot boot", add the missing clock configuration to get both USB ports working regardless of the bootloader state. Signed-off-by: Caleb Connolly --- drivers/clk/qcom/clock-sdm845.c | 29 + 1 file ch