mmc: rework selection of bus speed mode
[cascardo/linux.git] / drivers / mmc / core / debugfs.c
index 54829c0..1f730db 100644 (file)
@@ -135,8 +135,11 @@ static int mmc_ios_show(struct seq_file *s, void *data)
        case MMC_TIMING_UHS_DDR50:
                str = "sd uhs DDR50";
                break;
+       case MMC_TIMING_MMC_DDR52:
+               str = "mmc DDR52";
+               break;
        case MMC_TIMING_MMC_HS200:
-               str = "mmc high-speed SDR200";
+               str = "mmc HS200";
                break;
        default:
                str = "invalid";