projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ecfa95
)
dm3730: enable dpll5
author
Eric Benard
<eric@eukrea.com>
Fri, 10 Jun 2011 12:21:52 +0000
(12:21 +0000)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Sun, 4 Sep 2011 09:36:22 +0000
(11:36 +0200)
which is used to provide 120MHz to USB EHCI
This allows EHCI to work on BeagleBoard XM
Signed-off-by: Eric BĂ©nard <eric@eukrea.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
arch/arm/cpu/armv7/omap3/clock.c
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv7/omap3/clock.c
b/arch/arm/cpu/armv7/omap3/clock.c
index 4b66affbee8f1098d9138ae5ca42cebd7355b12c..e0d65c7a4abca53006f58ca679fa6e657f82579e 100644
(file)
--- a/
arch/arm/cpu/armv7/omap3/clock.c
+++ b/
arch/arm/cpu/armv7/omap3/clock.c
@@
-579,6
+579,7
@@
void prcm_init(void)
dpll3_init_36xx(0, clk_index);
dpll4_init_36xx(0, clk_index);
+ dpll5_init_34xx(0, clk_index);
iva_init_36xx(0, clk_index);
mpu_init_36xx(0, clk_index);