diff options
author | Deepak Sikri <deepak.sikri@st.com> | 2012-11-10 07:43:45 +0100 |
---|---|---|
committer | Mike Turquette <mturquette@linaro.org> | 2012-11-21 20:45:59 +0100 |
commit | ef0fd0a207c00b09449f33724322ba762d822d97 (patch) | |
tree | 189ce9d8cf39a07acb36f437b763ca020c69eb02 /drivers/clk/spear/spear6xx_clock.c | |
parent | CLK: SPEAr: Add missing clocks (diff) | |
download | linux-ef0fd0a207c00b09449f33724322ba762d822d97.tar.xz linux-ef0fd0a207c00b09449f33724322ba762d822d97.zip |
CLK: SPEAr: Update clock rate table
This patch updates the existing rate tables with new frequencies.
Signed-off-by: Deepak Sikri <deepak.sikri@st.com>
Signed-off-by: Vipul Kumar Samar <vipulkumar.samar@st.com>
Signed-off-by: Rajeev Kumar <rajeev-dlh.kumar@st.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
Diffstat (limited to 'drivers/clk/spear/spear6xx_clock.c')
-rw-r--r-- | drivers/clk/spear/spear6xx_clock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/spear/spear6xx_clock.c b/drivers/clk/spear/spear6xx_clock.c index e8d2b3109b34..8a81770be4c5 100644 --- a/drivers/clk/spear/spear6xx_clock.c +++ b/drivers/clk/spear/spear6xx_clock.c @@ -92,6 +92,7 @@ static struct pll_rate_tbl pll_rtbl[] = { /* aux rate configuration table, in ascending order of rates */ static struct aux_rate_tbl aux_rtbl[] = { /* For PLL1 = 332 MHz */ + {.xscale = 2, .yscale = 27, .eq = 0}, /* 12.296 MHz */ {.xscale = 2, .yscale = 8, .eq = 0}, /* 41.5 MHz */ {.xscale = 2, .yscale = 4, .eq = 0}, /* 83 MHz */ {.xscale = 1, .yscale = 2, .eq = 1}, /* 166 MHz */ |