From 34bfb60fc8a0ad54a4409ff02a999569028ab60f Mon Sep 17 00:00:00 2001 From: Peter Seiderer Date: Thu, 18 May 2017 14:01:13 +0200 Subject: mmc: add eMMC v5 and V5.1 detection support Just add the defines. Signed-off-by: Peter Seiderer Signed-off-by: Lucas Stach --- include/mci.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/mci.h') diff --git a/include/mci.h b/include/mci.h index eb942e62b8..bc7d9c95b2 100644 --- a/include/mci.h +++ b/include/mci.h @@ -54,6 +54,8 @@ #define MMC_VERSION_4_3 (MMC_VERSION_MMC | 0x430) #define MMC_VERSION_4_41 (MMC_VERSION_MMC | 0x441) #define MMC_VERSION_4_5 (MMC_VERSION_MMC | 0x450) +#define MMC_VERSION_5_0 (MMC_VERSION_MMC | 0x500) +#define MMC_VERSION_5_1 (MMC_VERSION_MMC | 0x510) #define MMC_CAP_SPI (1 << 0) #define MMC_CAP_4_BIT_DATA (1 << 1) -- cgit v1.2.3