diff options
author | Matt Porter | 2013-03-20 05:38:11 +0000 |
---|---|---|
committer | Tom Rini | 2013-05-10 08:25:54 -0400 |
commit | 035d563937b5bafbf78b17e07ac50bca47492385 (patch) | |
tree | 7bce2fdecf239c31090bb9f003dcd4f7e2f408ad /board/ti/ti814x/evm.c | |
parent | 8934f7846501070a5b01c1fab5db27559e9d70d1 (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/ti/ti814x/evm.c')
-rw-r--r-- | board/ti/ti814x/evm.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/ti/ti814x/evm.c b/board/ti/ti814x/evm.c index 446e36b8446..2089a143d61 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(); |