projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc9a78a
)
usb: host: xhci: make sure to power up PHY
author
Felipe Balbi
<balbi@ti.com>
Mon, 23 Jun 2014 21:25:38 +0000
(16:25 -0500)
committer
Marek Vasut
<marex@denx.de>
Wed, 9 Jul 2014 20:11:51 +0000
(22:11 +0200)
some boards won't work if the PHY isn't explicitly
powered up.
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/host/xhci-omap.c
patch
|
blob
|
history
diff --git
a/drivers/usb/host/xhci-omap.c
b/drivers/usb/host/xhci-omap.c
index e667810bb3dc54c1159e81b75928fe5a7a1330b3..912b2bd8d582258c1898e3272a98e3510dd7873c 100644
(file)
--- 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);