]> asedeno.scripts.mit.edu Git - linux.git/commit
usb: dwc3: core: initialize ULPI before trying to get the PHY
authorFelipe Balbi <felipe.balbi@linux.intel.com>
Mon, 5 Jun 2017 14:03:18 +0000 (17:03 +0300)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Tue, 13 Jun 2017 10:21:06 +0000 (13:21 +0300)
commitf54edb539c1167e7a96073848d0afad100df4580
tree2e675057f8b521bac7ccba07259bb672b3162a6b
parente0082698b68981c8456061e509eb32c5f65b228c
usb: dwc3: core: initialize ULPI before trying to get the PHY

If don't reorder initialization like this, we will never be able to
get a reference to ULPI PHYs.

Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc3/core.c