diff options
author | Pedro Perez de Heredia <pedro.perez@digi.com> | 2010-02-23 10:54:30 +0100 |
---|---|---|
committer | Pedro Perez de Heredia <pedro.perez@digi.com> | 2010-02-23 10:54:30 +0100 |
commit | a53772c42e05601de2fbd2d4da79f603b21ee1ea (patch) | |
tree | 3f24b9b34dfacb101c00e7104e003e8e53f71c56 /arch/arm/plat-mxc/include/mach | |
parent | f64e954031af2ea2224213fd4c000ba93e158b2b (diff) |
ccwmx51: add support for SDIO interface connected to the redpine module
This commit adds support for the SD interface (SDIO2) connected with the
redpine wireless module. It implements a simple mechanism to pass quirks
per interface, using the platform support.
Signed-off-by: Pedro Perez de Heredia <pedro.perez@digi.com>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/mmc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/mmc.h b/arch/arm/plat-mxc/include/mach/mmc.h index 80cc61c175ea..d563c157bad7 100644 --- a/arch/arm/plat-mxc/include/mach/mmc.h +++ b/arch/arm/plat-mxc/include/mach/mmc.h @@ -43,6 +43,7 @@ struct mxc_mmc_platform_data { unsigned int reserved:16; unsigned int card_fixed:1; unsigned int card_inserted_state:1; + unsigned int quirks; /* Device quirks */ // u32 (*translate_vdd)(struct device *, unsigned int); unsigned int (*status) (struct device *); int (*wp_status) (struct device *); |