[ARM] omap: add default .ops to all remaining OMAP2 clocks

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Russell King
2008-11-04 17:59:52 +00:00
committed by Russell King
parent 57137181e3
commit b36ee72420
4 changed files with 271 additions and 14 deletions

View File

@ -51,6 +51,8 @@ u32 omap2_get_dpll_rate(struct clk *clk);
int omap2_wait_clock_ready(void __iomem *reg, u32 cval, const char *name);
void omap2_clk_prepare_for_reboot(void);
extern const struct clkops clkops_omap2_dflt_wait;
extern u8 cpu_mask;
/* clksel_rate data common to 24xx/343x */