diff options
-rw-r--r-- | arch/arm/mach-at91/board-sam9261ek.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/arm/mach-at91/board-sam9261ek.c b/arch/arm/mach-at91/board-sam9261ek.c index 19d4d2cbc9c4..65eb0943194f 100644 --- a/arch/arm/mach-at91/board-sam9261ek.c +++ b/arch/arm/mach-at91/board-sam9261ek.c | |||
@@ -351,16 +351,14 @@ static struct spi_board_info ek_spi_devices[] = { | |||
351 | }; | 351 | }; |
352 | 352 | ||
353 | #else /* CONFIG_SPI_ATMEL_* */ | 353 | #else /* CONFIG_SPI_ATMEL_* */ |
354 | /* spi0 and mmc/sd share the same PIO pins: cannot be used at the same time */ | ||
354 | 355 | ||
355 | /* | 356 | /* |
356 | * MCI (SD/MMC) | 357 | * MCI (SD/MMC) |
357 | * spi0 and mmc/sd share the same PIO pins: cannot be used at the same time | 358 | * det_pin, wp_pin and vcc_pin are not connected |
358 | */ | 359 | */ |
359 | static struct at91_mmc_data __initdata ek_mmc_data = { | 360 | static struct at91_mmc_data __initdata ek_mmc_data = { |
360 | .wire4 = 1, | 361 | .wire4 = 1, |
361 | // .det_pin = ... not connected | ||
362 | // .wp_pin = ... not connected | ||
363 | // .vcc_pin = ... not connected | ||
364 | }; | 362 | }; |
365 | 363 | ||
366 | #endif /* CONFIG_SPI_ATMEL_* */ | 364 | #endif /* CONFIG_SPI_ATMEL_* */ |