]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/mmc/host/sdhci.h
sdhci: Specific quirk vor VIA SDHCI controller in VX855ES
[karo-tx-linux.git] / drivers / mmc / host / sdhci.h
index 5d37dd94b53f4da9ef7fcb43d4b9515c99cf377f..831ddf7dcb49aef243ececc371d86e51b89eb18f 100644 (file)
@@ -230,6 +230,8 @@ struct sdhci_host {
 #define SDHCI_QUIRK_NO_MULTIBLOCK                      (1<<21)
 /* Controller can only handle 1-bit data transfers */
 #define SDHCI_QUIRK_FORCE_1_BIT_DATA                   (1<<22)
+/* Controller needs 10ms delay between applying power and clock */
+#define SDHCI_QUIRK_DELAY_AFTER_POWER                  (1<<23)
 
        int                     irq;            /* Device IRQ */
        void __iomem *          ioaddr;         /* Mapped address */