summaryrefslogtreecommitdiffstats
path: root/board/esd/meesc/meesc.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/esd/meesc/meesc.c')
-rw-r--r--board/esd/meesc/meesc.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/board/esd/meesc/meesc.c b/board/esd/meesc/meesc.c
index 58ef7be5d0..41fa3e1567 100644
--- a/board/esd/meesc/meesc.c
+++ b/board/esd/meesc/meesc.c
@@ -253,7 +253,8 @@ int board_init(void)
/* Peripheral Clock Enable Register */
writel(1 << AT91SAM9263_ID_PIOA |
1 << AT91SAM9263_ID_PIOB |
- 1 << AT91SAM9263_ID_PIOCDE,
+ 1 << AT91SAM9263_ID_PIOCDE |
+ 1 << AT91SAM9263_ID_UHP,
&pmc->pcer);
/* initialize ET1100 Controller */
@@ -275,5 +276,8 @@ int board_init(void)
#ifdef CONFIG_AT91_CAN
at91_can_hw_init();
#endif
+#ifdef CONFIG_USB_OHCI_NEW
+ at91_uhp_hw_init();
+#endif
return 0;
}
OpenPOWER on IntegriCloud