Merge 7xx-iosplit-plat-merge with omap-fixes
[GitHub/MotorolaMobilityLLC/kernel-slsi.git] / arch / arm / mach-omap2 / board-omap3beagle.c
index 71a3528b40ce0099c5f2f8b0a056d3294ae6cae0..76c727ed8da57e81d7867dccc78da231be1e3453 100644 (file)
@@ -162,7 +162,7 @@ static int beagle_twl_gpio_setup(struct device *dev,
 
        /* TWL4030_GPIO_MAX + 0 == ledA, EHCI nEN_USB_PWR (out, active low) */
        gpio_request(gpio + TWL4030_GPIO_MAX, "nEN_USB_PWR");
-       gpio_direction_output(gpio + TWL4030_GPIO_MAX, 1);
+       gpio_direction_output(gpio + TWL4030_GPIO_MAX, 0);
 
        /* TWL4030_GPIO_MAX + 1 == ledB, PMU_STAT (out, active low LED) */
        gpio_leds[2].gpio = gpio + TWL4030_GPIO_MAX + 1;