From 8eb8f4f77edc5724fe5a2d761e79fc1eee875bfb Mon Sep 17 00:00:00 2001 From: Teresa Gámez Date: Thu, 20 Dec 2012 15:22:33 +0100 Subject: ARM OMAP: Apply EHCI device register functions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Teresa Gámez Signed-off-by: Sascha Hauer --- arch/arm/boards/panda/board.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'arch/arm/boards/panda/board.c') 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) -- cgit v1.2.3