mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 22:20:45 +00:00
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>
This commit is contained in:
parent
bc9a78acd4
commit
26707d9e6b
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue