]> git.sur5r.net Git - u-boot/blobdiff - include/sdhci.h
mmc: sdhci: add the quirk for broken r1b response
[u-boot] / include / sdhci.h
index 800f9d9c0733b9af0deaf45c3bd03c7ffbc8dac4..a2415ba8fc9612240a168921c89fc1d92afa19fa 100644 (file)
  */
 #define SDHCI_QUIRK_32BIT_DMA_ADDR     (1 << 0)
 #define SDHCI_QUIRK_REG32_RW           (1 << 1)
+#define SDHCI_QUIRK_BROKEN_R1B         (1 << 2)
 
 /* to make gcc happy */
 struct sdhci_host;