diff options
Diffstat (limited to 'drivers/mmc/host/sdhci.h')
-rw-r--r-- | drivers/mmc/host/sdhci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci.h b/drivers/mmc/host/sdhci.h index 5d37dd94b53f..831ddf7dcb49 100644 --- a/drivers/mmc/host/sdhci.h +++ b/drivers/mmc/host/sdhci.h | |||
@@ -230,6 +230,8 @@ struct sdhci_host { | |||
230 | #define SDHCI_QUIRK_NO_MULTIBLOCK (1<<21) | 230 | #define SDHCI_QUIRK_NO_MULTIBLOCK (1<<21) |
231 | /* Controller can only handle 1-bit data transfers */ | 231 | /* Controller can only handle 1-bit data transfers */ |
232 | #define SDHCI_QUIRK_FORCE_1_BIT_DATA (1<<22) | 232 | #define SDHCI_QUIRK_FORCE_1_BIT_DATA (1<<22) |
233 | /* Controller needs 10ms delay between applying power and clock */ | ||
234 | #define SDHCI_QUIRK_DELAY_AFTER_POWER (1<<23) | ||
233 | 235 | ||
234 | int irq; /* Device IRQ */ | 236 | int irq; /* Device IRQ */ |
235 | void __iomem * ioaddr; /* Mapped address */ | 237 | void __iomem * ioaddr; /* Mapped address */ |