]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/pxa/usb.c
pxa: activate the first usb host port on pxa27x by default
[karo-tx-uboot.git] / arch / arm / cpu / pxa / usb.c
index e95e0df5c39d7febbf575c4010a4ef728d629108..307fc6ceec3b819016a5f2e648a81bc2fece0b7b 100644 (file)
@@ -55,7 +55,7 @@ int usb_cpu_init(void)
        while (readl(UHCHR) & UHCHR_FSBIR)
                udelay(1);
 
-#if defined(CONFIG_CPU_MONAHANS)
+#if defined(CONFIG_CPU_MONAHANS) || defined(CONFIG_PXA27X)
        writel(readl(UHCHR) & ~UHCHR_SSEP0, UHCHR);
 #endif
 #if defined(CONFIG_CPU_PXA27X)
@@ -75,7 +75,7 @@ int usb_cpu_stop(void)
        writel(readl(UHCCOMS) | UHCCOMS_HCR, UHCCOMS);
        udelay(10);
 
-#if defined(CONFIG_CPU_MONAHANS)
+#if defined(CONFIG_CPU_MONAHANS) || defined(CONFIG_PXA27X)
        writel(readl(UHCHR) | UHCHR_SSEP0, UHCHR);
 #endif
 #if defined(CONFIG_CPU_PXA27X)