projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64d72bb
)
AT91: at91sam9261ek: remove C99 comments but keep information
author
Nicolas Ferre
<
[email protected]
>
Fri, 10 Sep 2010 12:36:06 +0000
(14:36 +0200)
committer
Nicolas Ferre
<
[email protected]
>
Fri, 10 Sep 2010 12:36:06 +0000
(14:36 +0200)
Signed-off-by: Nicolas Ferre <
[email protected]
>
arch/arm/mach-at91/board-sam9261ek.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-at91/board-sam9261ek.c
b/arch/arm/mach-at91/board-sam9261ek.c
index 19d4d2cbc9c4b564e0965b2a49f827c488809752..65eb0943194f4b0ea4ea65613435ceef4d875c75 100644
(file)
--- 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_* */