]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/pxa/usb.c
pxa: fix usb host register mismatch
[u-boot] / arch / arm / cpu / pxa / usb.c
index 83022e2e563aa64b4fde2e0074c07f048cb06f46..e95e0df5c39d7febbf575c4010a4ef728d629108 100644 (file)
@@ -72,7 +72,7 @@ int usb_cpu_stop(void)
        udelay(11);
        writel(readl(UHCHR) & ~UHCHR_FHR, UHCHR);
 
-       writel(readl(UHCCOMS) | UHCHR_FHR, UHCCOMS);
+       writel(readl(UHCCOMS) | UHCCOMS_HCR, UHCCOMS);
        udelay(10);
 
 #if defined(CONFIG_CPU_MONAHANS)