]> Pileus Git - ~andy/linux/blobdiff - arch/arm/mach-pxa/cm-x270.c
[ARM] ohci-pxa27x: introduce flags to avoid direct access to OHCI registers
[~andy/linux] / arch / arm / mach-pxa / cm-x270.c
index 102a43186618432c381e8f087e7df34a5c30648c..a82dad1a8cc86c76cef9fa50619695903b03d138 100644 (file)
@@ -257,18 +257,9 @@ static inline void cmx270_init_2700G(void) {}
 
 /* PXA27x OHCI controller setup */
 #if defined(CONFIG_USB_OHCI_HCD) || defined(CONFIG_USB_OHCI_HCD_MODULE)
-static int cmx270_ohci_init(struct device *dev)
-{
-       /* Set the Power Control Polarity Low */
-       UHCHR = (UHCHR | UHCHR_PCPL) &
-               ~(UHCHR_SSEP1 | UHCHR_SSEP2 | UHCHR_SSE);
-
-       return 0;
-}
-
 static struct pxaohci_platform_data cmx270_ohci_platform_data = {
        .port_mode      = PMM_PERPORT_MODE,
-       .init           = cmx270_ohci_init,
+       .flags          = ENABLE_PORT1 | ENABLE_PORT2 | POWER_CONTROL_LOW,
 };
 
 static void __init cmx270_init_ohci(void)