aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/qcom
diff options
context:
space:
mode:
authorAbhishek Sahu <absahu@codeaurora.org>2016-09-21 17:51:52 +0530
committerStephen Boyd <sboyd@codeaurora.org>2016-11-01 18:29:23 -0700
commitf747597ea30a3b9ee9cdef692a1407e0c6be7a00 (patch)
treed0b69252084fc5ff89319cc2044af21546c710cf /drivers/clk/qcom
parentclk: pxa: export core clocks (diff)
downloadlinux-dev-f747597ea30a3b9ee9cdef692a1407e0c6be7a00.tar.xz
linux-dev-f747597ea30a3b9ee9cdef692a1407e0c6be7a00.zip
clk: qcom: ipq4019: changed i2c freq table
The current I2C freq table uses MND values which is not applicable for I2C since its RCG does not have MND counter. This patch updates the freq table for 19.05 MHz clk frequency with FEPLL_200 parent. Signed-off-by: Abhishek Sahu <absahu@codeaurora.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/qcom')
-rw-r--r--drivers/clk/qcom/gcc-ipq4019.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/clk/qcom/gcc-ipq4019.c b/drivers/clk/qcom/gcc-ipq4019.c
index b593065de8db..33d09138f5e5 100644
--- a/drivers/clk/qcom/gcc-ipq4019.c
+++ b/drivers/clk/qcom/gcc-ipq4019.c
@@ -185,8 +185,7 @@ static struct clk_branch gcc_audio_pwm_clk = {
};
static const struct freq_tbl ftbl_gcc_blsp1_qup1_2_i2c_apps_clk[] = {
- F(19200000, P_XO, 1, 2, 5),
- F(24000000, P_XO, 1, 1, 2),
+ F(19050000, P_FEPLL200, 10.5, 1, 1),
{ }
};