diff options
author | Ranjith Lohithakshan <ranjithl@ti.com> | 2010-02-24 22:05:55 +0300 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2010-02-24 22:05:55 +0300 |
commit | 3cc4a2fc2ed7727828f410ab092111cb56cefd61 (patch) | |
tree | 3f62ac0b73f2f4e886b6a8a70505c15cfde075a5 /arch/arm/mach-omap2/clock34xx.h | |
parent | 419cc97d3678f0fca5e60b3853dd9c1371f67805 (diff) | |
download | linux-3cc4a2fc2ed7727828f410ab092111cb56cefd61.tar.xz |
AM35xx: Add clock support for new modules on AM35xx
This patch adds clock support for the following AM35xx modules
- Ethernet MAC
- CAN Controller (HECC)
- New MUSB OTG Controller with integrated Phy
- Video Processing Front End (VPFE)
- Additional UART (UART4)
Signed-off-by: Ranjith Lohithakshan <ranjithl@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'arch/arm/mach-omap2/clock34xx.h')
-rw-r--r-- | arch/arm/mach-omap2/clock34xx.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/clock34xx.h b/arch/arm/mach-omap2/clock34xx.h index 313efc0e5a0f..bc1051578e81 100644 --- a/arch/arm/mach-omap2/clock34xx.h +++ b/arch/arm/mach-omap2/clock34xx.h @@ -22,4 +22,8 @@ extern const struct clkops clkops_omap3430es2_hsotgusb_wait; extern const struct clkops clkops_omap3430es2_dss_usbhost_wait; extern const struct clkops omap3_clkops_noncore_dpll_ops; +/* AM35xx-specific clkops */ +extern const struct clkops clkops_am35xx_ipss_module_wait; +extern const struct clkops clkops_am35xx_ipss_wait; + #endif |