Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316957
b: refs/heads/master
c: 45627ac
h: refs/heads/master
i:
  316955: 705d387
v: v3
  • Loading branch information
Pratyush Anand authored and Felipe Balbi committed Jun 22, 2012
1 parent 802941c commit 84fab1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 45c396ce6bdad60ee94e6eed8cc7f09678651102
refs/heads/master: 45627ac6a4f063d19b0bd9863d20ac1dabda99a7
2 changes: 2 additions & 0 deletions trunk/drivers/usb/dwc3/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ static void dwc3_core_soft_reset(struct dwc3 *dwc)
reg &= ~DWC3_GUSB2PHYCFG_PHYSOFTRST;
dwc3_writel(dwc->regs, DWC3_GUSB2PHYCFG(0), reg);

mdelay(100);

/* After PHYs are stable we can take Core out of reset state */
reg = dwc3_readl(dwc->regs, DWC3_GCTL);
reg &= ~DWC3_GCTL_CORESOFTRESET;
Expand Down

0 comments on commit 84fab1b

Please sign in to comment.