Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104623
b: refs/heads/master
c: 4f53425
h: refs/heads/master
i:
  104621: 0dd0d29
  104619: b8fb740
  104615: 3f8b4e7
  104607: ca77c0e
v: v3
  • Loading branch information
Srikanth Srinivasan authored and Greg Kroah-Hartman committed Jul 21, 2008
1 parent a33e9ad commit 500a753
Show file tree
Hide file tree
Showing 2 changed files with 6 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: a80d5ff0d7d3a99e962a02c36acf97ba5a70b86e
refs/heads/master: 4f5342583c67fde6825d39b19c6b252db80beaf2
5 changes: 5 additions & 0 deletions trunk/drivers/usb/host/ehci-fsl.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,13 @@ static void mpc83xx_usb_setup(struct usb_hcd *hcd)

/* put controller in host mode. */
ehci_writel(ehci, 0x00000003, non_ehci + FSL_SOC_USB_USBMODE);
#ifdef CONFIG_PPC_85xx
out_be32(non_ehci + FSL_SOC_USB_PRICTRL, 0x00000008);
out_be32(non_ehci + FSL_SOC_USB_AGECNTTHRSH, 0x00000080);
#else
out_be32(non_ehci + FSL_SOC_USB_PRICTRL, 0x0000000c);
out_be32(non_ehci + FSL_SOC_USB_AGECNTTHRSH, 0x00000040);
#endif
out_be32(non_ehci + FSL_SOC_USB_SICTRL, 0x00000001);
}

Expand Down

0 comments on commit 500a753

Please sign in to comment.