summaryrefslogtreecommitdiffstats
path: root/board/atmel
diff options
context:
space:
mode:
authorRichard Genoud <richard.genoud@gmail.com>2012-11-29 23:18:32 +0000
committerAndreas Bießmann <andreas.devel@googlemail.com>2012-12-09 22:38:27 +0100
commitbcfc8976e5c86afd7f14c8a32fcd33baad0b482f (patch)
tree811cd1d20eef2f72e63aa0509c4098987de8a63f /board/atmel
parentb8a7c467960ffb4d5a5e1eef5f7783fb6f594542 (diff)
downloadtalos-obmc-uboot-bcfc8976e5c86afd7f14c8a32fcd33baad0b482f.tar.gz
talos-obmc-uboot-bcfc8976e5c86afd7f14c8a32fcd33baad0b482f.zip
at91sam9x5: enable USB support for 9x5ek board.
Signed-off-by: Richard Genoud <richard.genoud@gmail.com> Acked-by: Bo Shen <voice.shen@atmel.com> Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'board/atmel')
-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 edb088680d..8773e6fd39 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
OpenPOWER on IntegriCloud