X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fusb%2Fhost%2Fxhci-omap.c;h=912b2bd8d582258c1898e3272a98e3510dd7873c;hb=7c1deec0afc209fea14bc38e3a3e1d28b773ee55;hp=e667810bb3dc54c1159e81b75928fe5a7a1330b3;hpb=7e575c46c34b5f1316eab39025fdced197629ccb;p=u-boot diff --git a/drivers/usb/host/xhci-omap.c b/drivers/usb/host/xhci-omap.c index e667810bb3..912b2bd8d5 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);