Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148952
b: refs/heads/master
c: 7ebcfcf
h: refs/heads/master
v: v3
  • Loading branch information
Jonas Larsson authored and Haavard Skinnemoen committed Apr 8, 2009
1 parent 69e79a7 commit 17b00e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: 1c1452be2e9ae282a7316c3b23987811bd7acda6
refs/heads/master: 7ebcfcf19723254ebe90cdf8718436b9955a9a01
7 changes: 4 additions & 3 deletions trunk/arch/avr32/boards/merisc/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,10 @@ static struct spi_board_info __initdata spi0_board_info[] = {

static struct mci_platform_data __initdata mci0_data = {
.slot[0] = {
.bus_width = 4,
.detect_pin = GPIO_PIN_PE(19),
.wp_pin = GPIO_PIN_PE(20),
.bus_width = 4,
.detect_pin = GPIO_PIN_PE(19),
.wp_pin = GPIO_PIN_PE(20),
.detect_is_active_high = true,
},
};

Expand Down

0 comments on commit 17b00e0

Please sign in to comment.