|
@@ -73,9 +73,12 @@ struct omap_mmc_platform_data {
|
|
|
|
|
|
struct omap_mmc_slot_data {
|
|
|
|
|
|
- /* 4/8 wires and any additional host capabilities
|
|
|
- * need to OR'd all capabilities (ref. linux/mmc/host.h) */
|
|
|
- u32 caps;
|
|
|
+ /*
|
|
|
+ * 4/8 wires and any additional host capabilities
|
|
|
+ * need to OR'd all capabilities (ref. linux/mmc/host.h)
|
|
|
+ */
|
|
|
+ u8 wires; /* Used for the MMC driver on omap1 and 2420 */
|
|
|
+ u32 caps; /* Used for the MMC driver on 2430 and later */
|
|
|
|
|
|
/*
|
|
|
* nomux means "standard" muxing is wrong on this board, and
|