diff options
-rw-r--r-- | drivers/mmc/host/dw_mmc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mmc/host/dw_mmc.c b/drivers/mmc/host/dw_mmc.c index cd6d8212dac..62c8440ff04 100644 --- a/drivers/mmc/host/dw_mmc.c +++ b/drivers/mmc/host/dw_mmc.c | |||
@@ -673,6 +673,9 @@ static void dw_mci_set_ios(struct mmc_host *mmc, struct mmc_ios *ios) | |||
673 | case MMC_BUS_WIDTH_4: | 673 | case MMC_BUS_WIDTH_4: |
674 | slot->ctype = SDMMC_CTYPE_4BIT; | 674 | slot->ctype = SDMMC_CTYPE_4BIT; |
675 | break; | 675 | break; |
676 | case MMC_BUS_WIDTH_8: | ||
677 | slot->ctype = SDMMC_CTYPE_8BIT; | ||
678 | break; | ||
676 | } | 679 | } |
677 | 680 | ||
678 | if (ios->clock) { | 681 | if (ios->clock) { |