summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-10-24 21:28:14 -0400
committerTom Rini <[email protected]>2022-10-24 21:28:14 -0400
commit26bfb853cae5c05950f8716e6f405eb0f9588d97 (patch)
tree6b633a5e3eb58f1a1c8b05d0f958faacabe30594 /include
parent7d8ab3cd635ba2a7faea9f12278ea200149c82aa (diff)
parent337af54a36c6409b7eeb49619c796178b3c22372 (diff)
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc
Diffstat (limited to 'include')
-rw-r--r--include/sdhci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sdhci.h b/include/sdhci.h
index 88f1917480b..24b4599b857 100644
--- a/include/sdhci.h
+++ b/include/sdhci.h
@@ -247,6 +247,7 @@
#define SDHCI_QUIRK_WAIT_SEND_CMD (1 << 6)
#define SDHCI_QUIRK_USE_WIDE8 (1 << 8)
#define SDHCI_QUIRK_NO_1_8_V (1 << 9)
+#define SDHCI_QUIRK_SUPPORT_SINGLE (1 << 10)
/* to make gcc happy */
struct sdhci_host;