Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 216904
b: refs/heads/master
c: e4916e1
h: refs/heads/master
v: v3
  • Loading branch information
Robert Nelson authored and Tony Lindgren committed Sep 24, 2010
1 parent dd60f9e commit 02f40b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 954bed046fe57724851879a9db813eecb1d15f55
refs/heads/master: e4916e117a4fcd001a1be777e406ec1f98b75de4
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-omap2/board-omap3beagle.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,8 @@ static struct gpio_led gpio_leds[];
static int beagle_twl_gpio_setup(struct device *dev,
unsigned gpio, unsigned ngpio)
{
if (system_rev >= 0x20 && system_rev <= 0x34301000) {
if ((omap3_beagle_get_rev() == OMAP3BEAGLE_BOARD_C1_3) ||
(omap3_beagle_get_rev() == OMAP3BEAGLE_BOARD_C4)) {
omap_mux_init_gpio(23, OMAP_PIN_INPUT);
mmc[0].gpio_wp = 23;
} else {
Expand Down

0 comments on commit 02f40b1

Please sign in to comment.