summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorMatt Porter <mporter@ti.com>2013-03-20 05:38:11 +0000
committerTom Rini <trini@ti.com>2013-05-10 08:25:54 -0400
commit035d563937b5bafbf78b17e07ac50bca47492385 (patch)
tree7bce2fdecf239c31090bb9f003dcd4f7e2f408ad /board
parent8934f7846501070a5b01c1fab5db27559e9d70d1 (diff)
am33xx: add pll and clock support for TI814x CPSW
Enables required PLLs and clocks for CPSW on TI814x. Signed-off-by: Matt Porter <mporter@ti.com> Reviewed-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'board')
-rw-r--r--board/ti/ti814x/evm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/ti/ti814x/evm.c b/board/ti/ti814x/evm.c
index 446e36b844..2089a143d6 100644
--- a/board/ti/ti814x/evm.c
+++ b/board/ti/ti814x/evm.c
@@ -151,6 +151,9 @@ void s_init(void)
*/
wdt_disable();
+ /* Enable timer */
+ timer_init();
+
/* Setup the PLLs and the clocks for the peripherals */
pll_init();