Skip to content

Commit 14539c8

Browse files
abelvesaandersson
authored andcommitted
clk: qcom: gcc-x1e80100: Set parent rate for USB3 sec and tert PHY pipe clks
Allow the USB3 second and third GCC PHY pipe clocks to propagate the rate to the pipe clocks provided by the QMP combo PHYs. The first instance is already doing that. Fixes: 161b7c4 ("clk: qcom: Add Global Clock controller (GCC) driver for X1E80100") Signed-off-by: Abel Vesa <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Link: https://lore.kernel.org/r/20240530-x1e80100-clk-gcc-usb3-sec-tert-set-parent-rate-v1-1-7b2b04cad545@linaro.org Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 9db4585 commit 14539c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/clk/qcom/gcc-x1e80100.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5269,6 +5269,7 @@ static struct clk_branch gcc_usb3_sec_phy_pipe_clk = {
52695269
&gcc_usb3_sec_phy_pipe_clk_src.clkr.hw,
52705270
},
52715271
.num_parents = 1,
5272+
.flags = CLK_SET_RATE_PARENT,
52725273
.ops = &clk_branch2_ops,
52735274
},
52745275
},
@@ -5339,6 +5340,7 @@ static struct clk_branch gcc_usb3_tert_phy_pipe_clk = {
53395340
&gcc_usb3_tert_phy_pipe_clk_src.clkr.hw,
53405341
},
53415342
.num_parents = 1,
5343+
.flags = CLK_SET_RATE_PARENT,
53425344
.ops = &clk_branch2_ops,
53435345
},
53445346
},

0 commit comments

Comments
 (0)