commit | ae46a4c4d6a258f10da5b25d3edc1e9b6ae2b01f | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Mon Jun 23 16:25:38 2014 -0500 |
committer | Marek Vasut <marex@denx.de> | Wed Jul 09 22:11:51 2014 +0200 |
tree | 38d13772f23746939aeda784c701fa4f0372ecf5 | |
parent | baac5ddd22f84a07788daf084370e6c62d6f3d65 [diff] [blame] |
usb: host: xhci: make sure to power up PHY some boards won't work if the PHY isn't explicitly powered up. Signed-off-by: Felipe Balbi <balbi@ti.com>
diff --git a/drivers/usb/host/xhci-omap.c b/drivers/usb/host/xhci-omap.c index e667810..912b2bd 100644 --- a/drivers/usb/host/xhci-omap.c +++ b/drivers/usb/host/xhci-omap.c
@@ -98,6 +98,7 @@ { int ret = 0; + usb_phy_power(1); omap_enable_phy(omap); ret = dwc3_core_init(omap->dwc3_reg);