[ARM] pxa/zeus: Correct the USB host initialisation flags
authorMarc Zyngier <maz@misterjones.org>
Thu, 18 Feb 2010 20:29:24 +0000 (20:29 +0000)
committerEric Miao <eric.y.miao@gmail.com>
Mon, 1 Mar 2010 23:40:58 +0000 (07:40 +0800)
Signed-off-by: Amit Walambe <amit.walambe@eurotech.com>
Signed-off-by: Marc Zyngier <maz@misterjones.org>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
arch/arm/mach-pxa/zeus.c

index 765e618..1a73dc8 100644 (file)
@@ -509,7 +509,9 @@ static void zeus_ohci_exit(struct device *dev)
 
 static struct pxaohci_platform_data zeus_ohci_platform_data = {
        .port_mode      = PMM_NPS_MODE,
-       .flags          = ENABLE_PORT_ALL | POWER_CONTROL_LOW | POWER_SENSE_LOW,
+       /* Clear Power Control Polarity Low and set Power Sense
+        * Polarity Low. Supply power to USB ports. */
+       .flags          = ENABLE_PORT_ALL | POWER_SENSE_LOW,
        .init           = zeus_ohci_init,
        .exit           = zeus_ohci_exit,
 };