|
@@ -275,8 +275,7 @@ static struct twl4030_gpio_platform_data devkit8000_gpio_data = {
|
|
|
.irq_base = TWL4030_GPIO_IRQ_BASE,
|
|
|
.irq_end = TWL4030_GPIO_IRQ_END,
|
|
|
.use_leds = true,
|
|
|
- .pullups = BIT(1),
|
|
|
- .pulldowns = BIT(2) | BIT(6) | BIT(7) | BIT(8) | BIT(13)
|
|
|
+ .pulldowns = BIT(1) | BIT(2) | BIT(6) | BIT(8) | BIT(13)
|
|
|
| BIT(15) | BIT(16) | BIT(17),
|
|
|
.setup = devkit8000_twl_gpio_setup,
|
|
|
};
|