Merge branch 'next' of git://git.secretlab.ca/git/linux-2.6
[linux-2.6-block.git] / arch / arm / mach-omap2 / clock34xx.h
CommitLineData
b045d080 1/*
82e9bd58 2 * OMAP3 clock function prototypes and macros
b045d080 3 *
82e9bd58
PW
4 * Copyright (C) 2007-2009 Texas Instruments, Inc.
5 * Copyright (C) 2007-2009 Nokia Corporation
b045d080
PW
6 */
7
82e9bd58
PW
8#ifndef __ARCH_ARM_MACH_OMAP2_CLOCK_34XX_H
9#define __ARCH_ARM_MACH_OMAP2_CLOCK_34XX_H
b045d080 10
82e9bd58
PW
11int omap3_dpll4_set_rate(struct clk *clk, unsigned long rate);
12int omap3_core_dpll_m2_set_rate(struct clk *clk, unsigned long rate);
13void omap3_clk_lock_dpll5(void);
c0bf3132 14
82e9bd58
PW
15extern struct clk *sdrc_ick_p;
16extern struct clk *arm_fck_p;
b045d080 17
82e9bd58
PW
18/* OMAP34xx-specific clkops */
19extern const struct clkops clkops_omap3430es2_ssi_wait;
20extern const struct clkops clkops_omap3430es2_hsotgusb_wait;
21extern const struct clkops clkops_omap3430es2_dss_usbhost_wait;
22extern const struct clkops clkops_noncore_dpll_ops;
b045d080
PW
23
24#endif