summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-omap.c
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2014-06-23 21:25:38 (GMT)
committerMarek Vasut <marex@denx.de>2014-07-09 20:11:51 (GMT)
commit26707d9e6bb0d2e5e6de706cd68bddcea34e731f (patch)
tree38d13772f23746939aeda784c701fa4f0372ecf5 /drivers/usb/host/xhci-omap.c
parentbc9a78acd40cf9bc7017639e8d4aec889b66e7ee (diff)
downloadu-boot-fsl-qoriq-26707d9e6bb0d2e5e6de706cd68bddcea34e731f.tar.xz
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>
Diffstat (limited to 'drivers/usb/host/xhci-omap.c')
-rw-r--r--drivers/usb/host/xhci-omap.c1
1 files changed, 1 insertions, 0 deletions
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 @@ static int omap_xhci_core_init(struct omap_xhci *omap)
{
int ret = 0;
+ usb_phy_power(1);
omap_enable_phy(omap);
ret = dwc3_core_init(omap->dwc3_reg);