On 2016-11-13 10:00 PM, Ritesh Harjani wrote:
From: Rajendra Nayak <redacted>
The sdcc driver for msm8996/msm8916/msm8974 and apq8084
expects a clk_set_rate() on the sdcc rcg clk to set
a floor value of supported clk rate closest to the requested
rate, by looking up the frequency table.
So move all the sdcc rcgs on all these platforms to use the
newly introduced clk_rcg2_floor_ops
Signed-off-by: Rajendra Nayak <redacted>
Signed-off-by: Ritesh Harjani <redacted>
---
drivers/clk/qcom/gcc-apq8084.c | 8 ++++----
drivers/clk/qcom/gcc-msm8916.c | 4 ++--
drivers/clk/qcom/gcc-msm8974.c | 8 ++++----
drivers/clk/qcom/gcc-msm8996.c | 8 ++++----
Can you please include the same changes for gcc-msm8994.c as it should
be in sboyd's tree?
If not I will send a patch directly, either way works for me.
-jeremy