[ar71xx] enable the synopsys woarkaround in the ehci-ar71xx driver
authorGabor Juhos <juhosg@openwrt.org>
Thu, 23 Apr 2009 12:25:49 +0000 (12:25 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Thu, 23 Apr 2009 12:25:49 +0000 (12:25 +0000)
SVN-Revision: 15349

target/linux/ar71xx/files/drivers/usb/host/ehci-ar71xx.c

index f02b1766d6c3ad21102259fc78e61ef79a558829..1c05a64c58f23aaba54e05503e45affcea50da3f 100644 (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->hcs_params = ehci_readl(ehci, &ehci->caps->hcs_params);
 
        ehci->sbrn = 0x20;
+       ehci->has_synopsys_hc_bug = 1;
 
        ehci_reset(ehci);
 
 
        ehci_reset(ehci);