]> bbs.cooldavid.org Git - net-next-2.6.git/blame - arch/arm/mach-omap2/clock34xx.h
omap3/4: Fix compile for multi-omap for clkops_noncore_dpll_ops
[net-next-2.6.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
e80a9729 11int omap3xxx_clk_init(void);
82e9bd58
PW
12int omap3_dpll4_set_rate(struct clk *clk, unsigned long rate);
13int omap3_core_dpll_m2_set_rate(struct clk *clk, unsigned long rate);
14void omap3_clk_lock_dpll5(void);
c0bf3132 15
82e9bd58
PW
16extern struct clk *sdrc_ick_p;
17extern struct clk *arm_fck_p;
b045d080 18
82e9bd58
PW
19/* OMAP34xx-specific clkops */
20extern const struct clkops clkops_omap3430es2_ssi_wait;
21extern const struct clkops clkops_omap3430es2_hsotgusb_wait;
22extern const struct clkops clkops_omap3430es2_dss_usbhost_wait;
4751227d 23extern const struct clkops omap3_clkops_noncore_dpll_ops;
b045d080
PW
24
25#endif