diff options
| author | Tom Rini <[email protected]> | 2018-05-01 22:38:18 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-05-01 22:38:18 -0400 |
| commit | 8b4a610af96f1ecf9f713cdb50b63eecf4f13884 (patch) | |
| tree | c3e2193c868cdef2b3867779cc89d9d9ec47ef11 /include | |
| parent | 08ae21af9671439e8c54bb44ddfebb90357b6dff (diff) | |
| parent | 4bf225aa87a11f5d22b22d469e77d005ad441fd8 (diff) | |
Merge git://git.denx.de/u-boot-mmc
Diffstat (limited to 'include')
| -rw-r--r-- | include/sdhci.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sdhci.h b/include/sdhci.h index 7e84012f60e..ed35f0434af 100644 --- a/include/sdhci.h +++ b/include/sdhci.h @@ -213,6 +213,12 @@ #define SDHCI_QUIRK_BROKEN_R1B (1 << 2) #define SDHCI_QUIRK_NO_HISPD_BIT (1 << 3) #define SDHCI_QUIRK_BROKEN_VOLTAGE (1 << 4) +/* + * SDHCI_QUIRK_BROKEN_HISPD_MODE + * the hardware cannot operate correctly in high-speed mode, + * this quirk forces the sdhci host-controller to non high-speed mode + */ +#define SDHCI_QUIRK_BROKEN_HISPD_MODE BIT(5) #define SDHCI_QUIRK_WAIT_SEND_CMD (1 << 6) #define SDHCI_QUIRK_USE_WIDE8 (1 << 8) |
