aboutsummaryrefslogtreecommitdiff
path: root/include/mvebu_mmc.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-07-15 09:42:41 -0400
committerTom Rini <trini@konsulko.com>2019-07-15 09:42:41 -0400
commit6674dc77c2f735ec9bc02434626125698d2755ff (patch)
tree991a151b7eb3a04f6b624f6709a2eaf503e8b369 /include/mvebu_mmc.h
parenta9a3a37f92b072a56693ad665ab4c5cc73028d16 (diff)
parent356f782c6ef9ec971d18662b82ddab25b0dc4fed (diff)
downloadu-boot-6674dc77c2f735ec9bc02434626125698d2755ff.zip
u-boot-6674dc77c2f735ec9bc02434626125698d2755ff.tar.gz
u-boot-6674dc77c2f735ec9bc02434626125698d2755ff.tar.bz2
Merge tag 'mmc-2019-7-15' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc
- mmc spi driver model support - drop mmc_spi command - enhanced Strobe mmc HS400 support - minor mmc bug/fixes and optimization - omap hsmmc and mvbeu update - sdhci card detect support
Diffstat (limited to 'include/mvebu_mmc.h')
-rw-r--r--include/mvebu_mmc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/mvebu_mmc.h b/include/mvebu_mmc.h
index d51b1fe..7397165 100644
--- a/include/mvebu_mmc.h
+++ b/include/mvebu_mmc.h
@@ -222,13 +222,9 @@
#define MMC_CAP_SDIO_IRQ (1 << 3)
/* Talks only SPI protocols */
#define MMC_CAP_SPI (1 << 4)
-/* Needs polling for card-detection */
-#define MMC_CAP_NEEDS_POLL (1 << 5)
/* Can the host do 8 bit transfers */
#define MMC_CAP_8_BIT_DATA (1 << 6)
-/* Nonremovable e.g. eMMC */
-#define MMC_CAP_NONREMOVABLE (1 << 8)
/* Waits while card is busy */
#define MMC_CAP_WAIT_WHILE_BUSY (1 << 9)
/* Allow erase/trim commands */