diff options
author | Vimarsh Zutshi <vimarsh.zutshi@nokia.com> | 2010-02-23 00:09:28 -0500 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2010-02-24 14:29:43 -0500 |
commit | e8d373779e17b3d108b49019fc83102fdd1523e1 (patch) | |
tree | 91d9ec9e4c9e584add3e763d467021937f49d163 | |
parent | 53c92d8f20759c488ea0457bccc83a3a797e03fe (diff) |
OMAP3: clock: add capability to change rate of dpll4_m5_ck_3630
Add necessary clk_sel definitions to clock framework to allow changing
dpll4_m5_ck_3630 rate. This is used by the ISP driver.
Signed-off-by: Vimarsh Zutshi <vimarsh.zutshi@nokia.com>
[paul@pwsan.com: updated to apply]
Signed-off-by: Paul Walmsley <paul@pwsan.com>
-rw-r--r-- | arch/arm/mach-omap2/clock3xxx_data.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/clock3xxx_data.c b/arch/arm/mach-omap2/clock3xxx_data.c index fd832300be32..d5153b6bd6cb 100644 --- a/arch/arm/mach-omap2/clock3xxx_data.c +++ b/arch/arm/mach-omap2/clock3xxx_data.c | |||
@@ -927,6 +927,8 @@ static struct clk dpll4_m5_ck_3630 __initdata = { | |||
927 | .clksel_mask = OMAP3630_CLKSEL_CAM_MASK, | 927 | .clksel_mask = OMAP3630_CLKSEL_CAM_MASK, |
928 | .clksel = div32_dpll4_clksel, | 928 | .clksel = div32_dpll4_clksel, |
929 | .clkdm_name = "dpll4_clkdm", | 929 | .clkdm_name = "dpll4_clkdm", |
930 | .set_rate = &omap2_clksel_set_rate, | ||
931 | .round_rate = &omap2_clksel_round_rate, | ||
930 | .recalc = &omap2_clksel_recalc, | 932 | .recalc = &omap2_clksel_recalc, |
931 | }; | 933 | }; |
932 | 934 | ||