mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 21:51:40 +00:00
clk: qcom: Set CLK_SET_RATE_PARENT on ce1 clocks
The other ce clocks have the flag set, but ce1 doesn't, so clk_set_rate() doesn't propagate up the tree to the ce1_src_clk. Set the flag as this is supported. Reported-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> Tested-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> Fixes:0282465320
("clk: qcom: Add APQ8084 Global Clock Controller support") Fixes:d33faa9ead
("clk: qcom: Add support for MSM8974's global clock controller (GCC)") Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:
parent
c5e857a46a
commit
d7a304e9d0
@ -2105,6 +2105,7 @@ static struct clk_branch gcc_ce1_clk = {
|
||||
"ce1_clk_src",
|
||||
},
|
||||
.num_parents = 1,
|
||||
.flags = CLK_SET_RATE_PARENT,
|
||||
.ops = &clk_branch2_ops,
|
||||
},
|
||||
},
|
||||
|
@ -1783,6 +1783,7 @@ static struct clk_branch gcc_ce1_clk = {
|
||||
"ce1_clk_src",
|
||||
},
|
||||
.num_parents = 1,
|
||||
.flags = CLK_SET_RATE_PARENT,
|
||||
.ops = &clk_branch2_ops,
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user