summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTroy Kisky <troy.kisky@boundarydevices.com>2014-04-14 17:03:04 -0700
committerTroy Kisky <troy.kisky@boundarydevices.com>2014-04-24 18:59:55 -0700
commit2071bfa0f48bf9196ff34e4445f0c3a18e2f2c73 (patch)
treecc1288497256b76f9d81bbae336ceb4ecf962184 /include
parentfbf8ba87c9226f2377e1f8e67bec746c5752e182 (diff)
sdhci-esdhc-imx: add vqmmc-1-8-v property to stop regulator errors
Diffstat (limited to 'include')
-rw-r--r--include/linux/mmc/sdhci.h1
-rw-r--r--include/linux/platform_data/mmc-esdhc-imx.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mmc/sdhci.h b/include/linux/mmc/sdhci.h
index 2e3a1c941eee..2e15fb18450a 100644
--- a/include/linux/mmc/sdhci.h
+++ b/include/linux/mmc/sdhci.h
@@ -97,6 +97,7 @@ struct sdhci_host {
#define SDHCI_QUIRK2_PRESET_VALUE_BROKEN (1<<3)
#define SDHCI_QUIRK2_CARD_ON_NEEDS_BUS_ON (1<<4)
#define SDHCI_QUIRK2_NOSTD_TIMEOUT_COUNTER (1<<5)
+#define SDHCI_QUIRK2_VQMMC_1_8_V (1<<6)
int irq; /* Device IRQ */
void __iomem *ioaddr; /* Mapped address */
diff --git a/include/linux/platform_data/mmc-esdhc-imx.h b/include/linux/platform_data/mmc-esdhc-imx.h
index e1571efa3f2b..8a2707007209 100644
--- a/include/linux/platform_data/mmc-esdhc-imx.h
+++ b/include/linux/platform_data/mmc-esdhc-imx.h
@@ -44,6 +44,7 @@ struct esdhc_platform_data {
enum cd_types cd_type;
int max_bus_width;
bool support_vsel;
+ bool vqmmc_18v;
unsigned int delay_line;
};
#endif /* __ASM_ARCH_IMX_ESDHC_H */