Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232317
b: refs/heads/master
c: 35a78fa
h: refs/heads/master
i:
  232315: 009730d
v: v3
  • Loading branch information
Daniel Morsing authored and Tony Lindgren committed Jan 19, 2011
1 parent d8915c9 commit 2bc0e4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2216b436ed8788f1a6d51b136ed1421956aa18e0
refs/heads/master: 35a78fa48678926464138aab3a4dede4503befb5
3 changes: 1 addition & 2 deletions trunk/arch/arm/mach-omap2/board-devkit8000.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit 2bc0e4d

Please sign in to comment.