diff options
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/mxcmmc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mmc/host/mxcmmc.c b/drivers/mmc/host/mxcmmc.c index f4cbe473670e..bc14bb1b0579 100644 --- a/drivers/mmc/host/mxcmmc.c +++ b/drivers/mmc/host/mxcmmc.c | |||
@@ -746,8 +746,6 @@ static int mxcmci_probe(struct platform_device *pdev) | |||
746 | } | 746 | } |
747 | 747 | ||
748 | mmc->f_min = clk_get_rate(host->clk) >> 16; | 748 | mmc->f_min = clk_get_rate(host->clk) >> 16; |
749 | if (mmc->f_min < 400000) | ||
750 | mmc->f_min = 400000; | ||
751 | mmc->f_max = clk_get_rate(host->clk) >> 1; | 749 | mmc->f_max = clk_get_rate(host->clk) >> 1; |
752 | 750 | ||
753 | /* recommended in data sheet */ | 751 | /* recommended in data sheet */ |