diff options
Diffstat (limited to 'arch/arm/plat-omap/include/plat/mmc.h')
-rw-r--r-- | arch/arm/plat-omap/include/plat/mmc.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/arch/arm/plat-omap/include/plat/mmc.h b/arch/arm/plat-omap/include/plat/mmc.h index 4f819fc261b..c5f35f87dea 100644 --- a/arch/arm/plat-omap/include/plat/mmc.h +++ b/arch/arm/plat-omap/include/plat/mmc.h | |||
@@ -73,9 +73,12 @@ struct omap_mmc_platform_data { | |||
73 | 73 | ||
74 | struct omap_mmc_slot_data { | 74 | struct omap_mmc_slot_data { |
75 | 75 | ||
76 | /* 4/8 wires and any additional host capabilities | 76 | /* |
77 | * need to OR'd all capabilities (ref. linux/mmc/host.h) */ | 77 | * 4/8 wires and any additional host capabilities |
78 | u32 caps; | 78 | * need to OR'd all capabilities (ref. linux/mmc/host.h) |
79 | */ | ||
80 | u8 wires; /* Used for the MMC driver on omap1 and 2420 */ | ||
81 | u32 caps; /* Used for the MMC driver on 2430 and later */ | ||
79 | 82 | ||
80 | /* | 83 | /* |
81 | * nomux means "standard" muxing is wrong on this board, and | 84 | * nomux means "standard" muxing is wrong on this board, and |