summaryrefslogtreecommitdiffstats
path: root/arch/arm/boards/panda/board.c
diff options
context:
space:
mode:
authorTeresa Gámez <t.gamez@phytec.de>2012-12-20 15:22:33 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-12-21 08:31:19 +0100
commit8eb8f4f77edc5724fe5a2d761e79fc1eee875bfb (patch)
treed1d688d7230de3147b8564e8bf99ffbc89acf48a /arch/arm/boards/panda/board.c
parent80757c2d51b699831ca33a854a501cf905335878 (diff)
downloadbarebox-8eb8f4f77edc5724fe5a2d761e79fc1eee875bfb.tar.gz
barebox-8eb8f4f77edc5724fe5a2d761e79fc1eee875bfb.tar.xz
ARM OMAP: Apply EHCI device register functions
Signed-off-by: Teresa Gámez <t.gamez@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/boards/panda/board.c')
-rw-r--r--arch/arm/boards/panda/board.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boards/panda/board.c b/arch/arm/boards/panda/board.c
index 8054a6ae28..4ca2a81a6d 100644
--- a/arch/arm/boards/panda/board.c
+++ b/arch/arm/boards/panda/board.c
@@ -86,8 +86,7 @@ static void panda_ehci_init(void)
/* enable power to hub */
gpio_set_value(GPIO_HUB_POWER, 1);
- add_usb_ehci_device(DEVICE_ID_DYNAMIC, 0x4a064c00,
- 0x4a064c00 + 0x10, &ehci_pdata);
+ omap44xx_add_ehci(&ehci_pdata);
}
#else
static void panda_ehci_init(void)