Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 216905
b: refs/heads/master
c: cf74d41
h: refs/heads/master
i:
  216903: dd60f9e
v: v3
  • Loading branch information
Robert Nelson authored and Tony Lindgren committed Sep 24, 2010
1 parent 02f40b1 commit 02459ed
Show file tree
Hide file tree
Showing 2 changed files with 4 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: e4916e117a4fcd001a1be777e406ec1f98b75de4
refs/heads/master: cf74d41ea07fe6066daea7df74d9550bc2c64284
4 changes: 3 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,9 @@ static struct gpio_led gpio_leds[];
static int beagle_twl_gpio_setup(struct device *dev,
unsigned gpio, unsigned ngpio)
{
if ((omap3_beagle_get_rev() == OMAP3BEAGLE_BOARD_C1_3) ||
if (omap3_beagle_get_rev() == OMAP3BEAGLE_BOARD_XM) {
mmc[0].gpio_wp = -EINVAL;
} else 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;
Expand Down

0 comments on commit 02459ed

Please sign in to comment.