Skip to content

Commit

Permalink
OMAP3: clock: add capability to change rate of dpll4_m5_ck_3630
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vimarsh Zutshi authored and Paul Walmsley committed Feb 24, 2010
1 parent 53c92d8 commit e8d3737
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-omap2/clock3xxx_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -927,6 +927,8 @@ static struct clk dpll4_m5_ck_3630 __initdata = {
.clksel_mask = OMAP3630_CLKSEL_CAM_MASK,
.clksel = div32_dpll4_clksel,
.clkdm_name = "dpll4_clkdm",
.set_rate = &omap2_clksel_set_rate,
.round_rate = &omap2_clksel_round_rate,
.recalc = &omap2_clksel_recalc,
};

Expand Down

0 comments on commit e8d3737

Please sign in to comment.