|
@@ -98,6 +98,8 @@ struct sdhci_host {
|
|
#define SDHCI_QUIRK2_CARD_ON_NEEDS_BUS_ON (1<<4)
|
|
#define SDHCI_QUIRK2_CARD_ON_NEEDS_BUS_ON (1<<4)
|
|
/* Controller has a non-standard host control register */
|
|
/* Controller has a non-standard host control register */
|
|
#define SDHCI_QUIRK2_BROKEN_HOST_CONTROL (1<<5)
|
|
#define SDHCI_QUIRK2_BROKEN_HOST_CONTROL (1<<5)
|
|
|
|
+/* Controller does not support HS200 */
|
|
|
|
+#define SDHCI_QUIRK2_BROKEN_HS200 (1<<6)
|
|
|
|
|
|
int irq; /* Device IRQ */
|
|
int irq; /* Device IRQ */
|
|
void __iomem *ioaddr; /* Mapped address */
|
|
void __iomem *ioaddr; /* Mapped address */
|