Skip to content
Snippets Groups Projects
Commit 26707d9e authored by Felipe Balbi's avatar Felipe Balbi Committed by Marek Vasut
Browse files

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: default avatarFelipe Balbi <balbi@ti.com>
parent bc9a78ac
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment