diff options
Diffstat (limited to 'drivers/usb/host/ehci-omap.c')
-rw-r--r-- | drivers/usb/host/ehci-omap.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/host/ehci-omap.c b/drivers/usb/host/ehci-omap.c index 40a858335035..711332ebdab5 100644 --- a/drivers/usb/host/ehci-omap.c +++ b/drivers/usb/host/ehci-omap.c | |||
@@ -659,6 +659,9 @@ static int ehci_hcd_omap_probe(struct platform_device *pdev) | |||
659 | goto err_add_hcd; | 659 | goto err_add_hcd; |
660 | } | 660 | } |
661 | 661 | ||
662 | /* root ports should always stay powered */ | ||
663 | ehci_port_power(omap->ehci, 1); | ||
664 | |||
662 | return 0; | 665 | return 0; |
663 | 666 | ||
664 | err_add_hcd: | 667 | err_add_hcd: |