diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2010-09-10 14:36:06 +0200 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2010-09-10 14:36:06 +0200 |
commit | 4deb22a6001eb0d4058295c3645c36190a0ec603 (patch) | |
tree | b1f5abf1f12a1bd733a7fe016f4707635b75c192 | |
parent | 64d72bbeeb68b536a27319471f212d413f58bf6f (diff) | |
download | kernel_samsung_smdk4412-4deb22a6001eb0d4058295c3645c36190a0ec603.zip kernel_samsung_smdk4412-4deb22a6001eb0d4058295c3645c36190a0ec603.tar.gz kernel_samsung_smdk4412-4deb22a6001eb0d4058295c3645c36190a0ec603.tar.bz2 |
AT91: at91sam9261ek: remove C99 comments but keep information
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
-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 19d4d2c..65eb094 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[] = { }; #else /* CONFIG_SPI_ATMEL_* */ +/* spi0 and mmc/sd share the same PIO pins: cannot be used at the same time */ /* * MCI (SD/MMC) - * spi0 and mmc/sd share the same PIO pins: cannot be used at the same time + * det_pin, wp_pin and vcc_pin are not connected */ static struct at91_mmc_data __initdata ek_mmc_data = { .wire4 = 1, -// .det_pin = ... not connected -// .wp_pin = ... not connected -// .vcc_pin = ... not connected }; #endif /* CONFIG_SPI_ATMEL_* */ |