Have here a mmc 5.0 card

Signed-off-by: Sebastian Andrzej Siewior <bige...@linutronix.de>
---
 mmc_cmds.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/mmc_cmds.c b/mmc_cmds.c
index cea943f63241..3b35a932378d 100644
--- a/mmc_cmds.c
+++ b/mmc_cmds.c
@@ -726,6 +726,9 @@ int do_read_extcsd(int nargs, char **argv)
        ext_csd_rev = ext_csd[192];
 
        switch (ext_csd_rev) {
+       case 7:
+               str = "5.0";
+               break;
        case 6:
                str = "4.5";
                break;
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to