|
@@ -409,6 +409,8 @@ struct sdhci_host {
|
|
|
#define SDHCI_QUIRK2_SUPPORT_SINGLE (1<<13)
|
|
|
/* Controller broken with using ACMD23 */
|
|
|
#define SDHCI_QUIRK2_ACMD23_BROKEN (1<<14)
|
|
|
+/* Broken Clock divider zero in controller */
|
|
|
+#define SDHCI_QUIRK2_CLOCK_DIV_ZERO_BROKEN (1<<15)
|
|
|
|
|
|
int irq; /* Device IRQ */
|
|
|
void __iomem *ioaddr; /* Mapped address */
|