]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
clk: qcom: sm8650: add usb3 noc clk
authorRui Miguel Silva <rui.silva@linaro.org>
Wed, 18 Jun 2025 09:32:16 +0000 (10:32 +0100)
committerCasey Connolly <casey.connolly@linaro.org>
Mon, 14 Jul 2025 13:35:24 +0000 (15:35 +0200)
Commit [0] introduced, correctly, the bubble of qcom clock errors to
make it easy to spot missing clocks in the platforms, and this is a case
of that, add the GCC_CFG_NOC_USB3_PRIM_AXI_CLK clock to sm8650 clock
pool.

0: 7c5460afec3f ("clk/qcom: bubble up qcom_gate_clk_en() errors")

Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20250618093253.225929-1-rui.silva@linaro.org
Signed-off-by: Casey Connolly <casey.connolly@linaro.org>
drivers/clk/qcom/clock-sm8650.c

index 364454644a699c495479b3099f590562c415ce82..7c49e99c005c9463cc6cb4424ff18def4784b493 100644 (file)
@@ -193,6 +193,7 @@ static const struct gate_clk sm8650_clks[] = {
        GATE_CLK(GCC_USB3_PRIM_PHY_AUX_CLK,             0x39060, BIT(0)),
        GATE_CLK(GCC_USB3_PRIM_PHY_COM_AUX_CLK,         0x39064, BIT(0)),
        GATE_CLK(GCC_USB3_PRIM_PHY_PIPE_CLK,            0x39068, BIT(0)),
+       GATE_CLK(GCC_CFG_NOC_USB3_PRIM_AXI_CLK,         0x39088, BIT(0)),
 };
 
 static int sm8650_enable(struct clk *clk)