|
@@ -56,13 +56,8 @@ static struct spi_board_info spi0_board_info[] __initdata = {
|
|
|
static struct mci_platform_data __initdata mci0_data = {
|
|
|
.slot[0] = {
|
|
|
.bus_width = 4,
|
|
|
-#ifndef CONFIG_BOARD_ATNGW100_EVKLCD10X
|
|
|
.detect_pin = GPIO_PIN_PC(25),
|
|
|
.wp_pin = GPIO_PIN_PE(0),
|
|
|
-#else
|
|
|
- .detect_pin = GPIO_PIN_NONE,
|
|
|
- .wp_pin = GPIO_PIN_NONE,
|
|
|
-#endif
|
|
|
},
|
|
|
};
|
|
|
|