enable the synopsys woarkaround in the ehci-ar71xx driver

SVN-Revision: 15349
This commit is contained in:
Gabor Juhos 2009-04-23 12:25:49 +00:00
parent 83c93d656d
commit 6931d43546

View File

@ -30,6 +30,7 @@ static int ehci_ar71xx_init(struct usb_hcd *hcd)
ehci->hcs_params = ehci_readl(ehci, &ehci->caps->hcs_params);
ehci->sbrn = 0x20;
ehci->has_synopsys_hc_bug = 1;
ehci_reset(ehci);