summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorBo Shen <voice.shen@atmel.com>2012-05-04 09:08:00 +0800
committerJosh Wu <josh.wu@atmel.com>2012-09-25 16:23:11 +0800
commitcbd601cdd15b98f9f2eac3b0466899032d852e7c (patch)
tree67f0664b74b4a31410287885b5aab856594890b5 /board
parent912ad8e687d9dd90bc86a36e6747da196e2ec334 (diff)
USB: Add power control for USB Port A
Diffstat (limited to 'board')
-rw-r--r--board/atmel/at91sama5ek/at91sama5ek.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/atmel/at91sama5ek/at91sama5ek.c b/board/atmel/at91sama5ek/at91sama5ek.c
index 6cbe42c913..75155542bb 100644
--- a/board/atmel/at91sama5ek/at91sama5ek.c
+++ b/board/atmel/at91sama5ek/at91sama5ek.c
@@ -76,6 +76,7 @@ void at91sama5ek_nand_hw_init(void)
#ifdef CONFIG_CMD_USB
static void at91sama5ek_usb_hw_init(void)
{
+ at91_set_pio_output(AT91_PIO_PORTD, 25, 0);
at91_set_pio_output(AT91_PIO_PORTD, 26, 0);
at91_set_pio_output(AT91_PIO_PORTD, 27, 0);
}