summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-omap3/clocks.h
diff options
context:
space:
mode:
authorAlexander Holler <holler@ahsoftware.de>2011-04-19 09:27:55 -0400
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-04-27 19:38:09 +0200
commit7b89795f17c990263a17ecf25e447df16e379748 (patch)
treefe0ede00fa5eee1bdbb52169eb4420388eea0847 /arch/arm/include/asm/arch-omap3/clocks.h
parent320f56fc9c8c94bbabb853930c883b4c3bd93e99 (diff)
downloadu-boot-7b89795f17c990263a17ecf25e447df16e379748.tar.gz
u-boot-7b89795f17c990263a17ecf25e447df16e379748.tar.xz
u-boot-7b89795f17c990263a17ecf25e447df16e379748.zip
OMAP3: Add support for DPLL5 (usbhost)
Signed-off-by: Alexander Holler <holler@ahsoftware.de> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-omap3/clocks.h')
-rw-r--r--arch/arm/include/asm/arch-omap3/clocks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-omap3/clocks.h b/arch/arm/include/asm/arch-omap3/clocks.h
index 40f80baf61..bed0002ec0 100644
--- a/arch/arm/include/asm/arch-omap3/clocks.h
+++ b/arch/arm/include/asm/arch-omap3/clocks.h
@@ -68,6 +68,7 @@ extern dpll_param *get_mpu_dpll_param(void);
extern dpll_param *get_iva_dpll_param(void);
extern dpll_param *get_core_dpll_param(void);
extern dpll_param *get_per_dpll_param(void);
+extern dpll_param *get_per2_dpll_param(void);
extern dpll_param *get_36x_mpu_dpll_param(void);
extern dpll_param *get_36x_iva_dpll_param(void);