projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9db4585
)
clk: qcom: gcc-x1e80100: Set parent rate for USB3 sec and tert PHY pipe clks
author
Abel Vesa
<abel.vesa@linaro.org>
Thu, 30 May 2024 14:05:24 +0000
(17:05 +0300)
committer
Bjorn Andersson
<andersson@kernel.org>
Mon, 8 Jul 2024 16:40:17 +0000
(11:40 -0500)
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:
161b7c401f4b
("clk: qcom: Add Global Clock controller (GCC) driver for X1E80100")
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
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 <andersson@kernel.org>
drivers/clk/qcom/gcc-x1e80100.c
patch
|
blob
|
history
diff --git
a/drivers/clk/qcom/gcc-x1e80100.c
b/drivers/clk/qcom/gcc-x1e80100.c
index
fc80011
..
6ffb3dd
100644
(file)
--- a/
drivers/clk/qcom/gcc-x1e80100.c
+++ b/
drivers/clk/qcom/gcc-x1e80100.c
@@
-5269,6
+5269,7
@@
static struct clk_branch gcc_usb3_sec_phy_pipe_clk = {
&gcc_usb3_sec_phy_pipe_clk_src.clkr.hw,
},
.num_parents = 1,
+ .flags = CLK_SET_RATE_PARENT,
.ops = &clk_branch2_ops,
},
},
@@
-5339,6
+5340,7
@@
static struct clk_branch gcc_usb3_tert_phy_pipe_clk = {
&gcc_usb3_tert_phy_pipe_clk_src.clkr.hw,
},
.num_parents = 1,
+ .flags = CLK_SET_RATE_PARENT,
.ops = &clk_branch2_ops,
},
},