[PATCH] clk/qcom: sdm845: add missing USB3 clocks

Neil Armstrong neil.armstrong at linaro.org
Wed Mar 19 17:20:01 CET 2025


On 19/03/2025 16:45, Sam Day wrote:
> These are necessary for USB gadget to come up properly, now that
> qcom_gate_clk_en fails on unknown clocks.
> 
> Signed-off-by: Sam Day <me at samcday.com>
> ---
>   drivers/clk/qcom/clock-sdm845.c | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/clk/qcom/clock-sdm845.c b/drivers/clk/qcom/clock-sdm845.c
> index adffb0cb2402a6b27e0e998af2f121c519301820..1b85b05632fe1100a6ad60dbd430272d8ae1e77a 100644
> --- a/drivers/clk/qcom/clock-sdm845.c
> +++ b/drivers/clk/qcom/clock-sdm845.c
> @@ -77,7 +77,9 @@ static ulong sdm845_clk_set_rate(struct clk *clk, ulong rate)
>   }
>   
>   static const struct gate_clk sdm845_clks[] = {
> +	GATE_CLK(GCC_AGGRE_USB3_PRIM_AXI_CLK,		0x8201c, 0x00000001),
>   	GATE_CLK(GCC_AGGRE_USB3_SEC_AXI_CLK,		0x82020, 0x00000001),
> +	GATE_CLK(GCC_CFG_NOC_USB3_PRIM_AXI_CLK,		0x0502c, 0x00000001),
>   	GATE_CLK(GCC_CFG_NOC_USB3_SEC_AXI_CLK,		0x05030, 0x00000001),
>   	GATE_CLK(GCC_QUPV3_WRAP0_S0_CLK,		0x5200c, 0x00000400),
>   	GATE_CLK(GCC_QUPV3_WRAP0_S1_CLK,		0x5200c, 0x00000800),
> 
> ---
> base-commit: 69fb899133b6c374eff11b13482371bec6898a01
> change-id: 20250319-sdm845-usb-clocks-9b794fd89522
> 
> Best regards,

Reviewed-by: Neil Armstrong <neil.armstrong at linaro.org>


More information about the U-Boot mailing list