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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Sep 2015 17:05:32 +0000 (10:05 -0700)
commit448696655e6d9a8e94a6e7af5ec5d2834840edd9
tree3d1117222c6e7db59a27fbe9e3403738b78ae148
parent95a275367ba98a04f790a9b2dd320a866ed5f153
clk: qcom: Set CLK_SET_RATE_PARENT on ce1 clocks

commit d7a304e9d018c99dda80f4c16ec0fe817b5be4a1 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/clk/qcom/gcc-apq8084.c
drivers/clk/qcom/gcc-msm8974.c