aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc/include/mach/esdhc.h
diff options
context:
space:
mode:
authorEric Miao <eric.miao@linaro.org>2012-01-09 13:08:14 +0800
committerEric Miao <eric.miao@linaro.org>2012-01-09 20:42:55 +0800
commit2bb75d3fe1b99da89cb4d921841e2e99c7ad0055 (patch)
treef7b28192c82ce1b7c29e644549a8a16ca6db13b9 /arch/arm/plat-mxc/include/mach/esdhc.h
parentd514e4a6158e2ebfad3ccfa26607fad5b98909b9 (diff)
mmc: sdhci-esdhc-imx: support of 1.8V is board specifictopic/lt-3.2-imx6-sdhc
Signed-off-by: Eric Miao <eric.miao@linaro.org>
Diffstat (limited to 'arch/arm/plat-mxc/include/mach/esdhc.h')
-rw-r--r--arch/arm/plat-mxc/include/mach/esdhc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/esdhc.h b/arch/arm/plat-mxc/include/mach/esdhc.h
index aaf97481f41..4ab603e25b8 100644
--- a/arch/arm/plat-mxc/include/mach/esdhc.h
+++ b/arch/arm/plat-mxc/include/mach/esdhc.h
@@ -32,6 +32,7 @@ enum cd_types {
* @cd_gpio: gpio for card_detect interrupt
* @wp_type: type of write_protect method (see wp_types enum above)
* @cd_type: type of card_detect method (see cd_types enum above)
+ * @vdd_180: 1.8V VDD supported
*/
struct esdhc_platform_data {
@@ -39,5 +40,6 @@ struct esdhc_platform_data {
unsigned int cd_gpio;
enum wp_types wp_type;
enum cd_types cd_type;
+ int vdd_180;
};
#endif /* __ASM_ARCH_IMX_ESDHC_H */