]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/host/xhci-omap.c
Merge branch 'master' of git://git.denx.de/u-boot
[u-boot] / drivers / usb / host / xhci-omap.c
index e667810bb3dc54c1159e81b75928fe5a7a1330b3..912b2bd8d582258c1898e3272a98e3510dd7873c 100644 (file)
@@ -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);