|
@@ -381,7 +381,7 @@ static int omap3evm_twl_gpio_setup(struct device *dev,
|
|
gpio_request_one(gpio + 7, GPIOF_OUT_INIT_LOW, "EN_DVI");
|
|
gpio_request_one(gpio + 7, GPIOF_OUT_INIT_LOW, "EN_DVI");
|
|
|
|
|
|
/* TWL4030_GPIO_MAX + 1 == ledB (out, active low LED) */
|
|
/* TWL4030_GPIO_MAX + 1 == ledB (out, active low LED) */
|
|
- gpio_leds[2].gpio = gpio + TWL4030_GPIO_MAX + 1;
|
|
|
|
|
|
+ gpio_leds[0].gpio = gpio + TWL4030_GPIO_MAX + 1;
|
|
|
|
|
|
platform_device_register(&leds_gpio);
|
|
platform_device_register(&leds_gpio);
|
|
|
|
|