clk: qcom: Set CLK_SET_RATE_PARENT on ce1 clocks
authorStephen Boyd <sboyd@codeaurora.org>
Tue, 14 Jul 2015 23:57:29 +0000 (16:57 -0700)
committerStephen Boyd <sboyd@codeaurora.org>
Tue, 28 Jul 2015 18:51:40 +0000 (11:51 -0700)
commitd7a304e9d018c99dda80f4c16ec0fe817b5be4a1
treed2549fed4252ed7884250bddae84604647b0dfe8
parentc5e857a46af24a772f445edcc01a861ee2d6a713
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: 02824653200b ("clk: qcom: Add APQ8084 Global Clock Controller support")
Fixes: d33faa9ead8d ("clk: qcom: Add support for MSM8974's global clock controller (GCC)")
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/qcom/gcc-apq8084.c
drivers/clk/qcom/gcc-msm8974.c