diff options
Diffstat (limited to 'arch/avr32/boards/atngw100')
-rw-r--r-- | arch/avr32/boards/atngw100/setup.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/avr32/boards/atngw100/setup.c b/arch/avr32/boards/atngw100/setup.c index b8286f1ce854..f3085208959f 100644 --- a/arch/avr32/boards/atngw100/setup.c +++ b/arch/avr32/boards/atngw100/setup.c | |||
@@ -53,8 +53,11 @@ static struct spi_board_info spi0_board_info[] __initdata = { | |||
53 | }; | 53 | }; |
54 | 54 | ||
55 | static struct mci_platform_data __initdata mci0_data = { | 55 | static struct mci_platform_data __initdata mci0_data = { |
56 | .detect_pin = GPIO_PIN_PC(25), | 56 | .slot[0] = { |
57 | .wp_pin = GPIO_PIN_PE(0), | 57 | .bus_width = 4, |
58 | .detect_pin = GPIO_PIN_PC(25), | ||
59 | .wp_pin = GPIO_PIN_PE(0), | ||
60 | }, | ||
58 | }; | 61 | }; |
59 | 62 | ||
60 | /* | 63 | /* |