summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorRichard Genoud <[email protected]>2012-11-29 23:18:32 +0000
committerAndreas Bießmann <[email protected]>2012-12-09 22:38:27 +0100
commitbcfc8976e5c86afd7f14c8a32fcd33baad0b482f (patch)
tree811cd1d20eef2f72e63aa0509c4098987de8a63f /board
parentb8a7c467960ffb4d5a5e1eef5f7783fb6f594542 (diff)
at91sam9x5: enable USB support for 9x5ek board.
Signed-off-by: Richard Genoud <[email protected]> Acked-by: Bo Shen <[email protected]> Signed-off-by: Andreas Bießmann <[email protected]>
Diffstat (limited to 'board')
-rw-r--r--board/atmel/at91sam9x5ek/at91sam9x5ek.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/atmel/at91sam9x5ek/at91sam9x5ek.c b/board/atmel/at91sam9x5ek/at91sam9x5ek.c
index edb088680d0..8773e6fd399 100644
--- a/board/atmel/at91sam9x5ek/at91sam9x5ek.c
+++ b/board/atmel/at91sam9x5ek/at91sam9x5ek.c
@@ -295,6 +295,9 @@ int board_init(void)
at91_macb_hw_init();
#endif
+#if defined(CONFIG_USB_OHCI_NEW) || defined(CONFIG_USB_EHCI)
+ at91_uhp_hw_init();
+#endif
#ifdef CONFIG_LCD
at91sam9x5ek_lcd_hw_init();
#endif