Skip to content

Commit

Permalink
mxcmmc: remove frequency workaround
Browse files Browse the repository at this point in the history
The MMC core has now been fixed to not send silly frequencies to the
drivers which means we can remove this workaround.

Signed-off-by: Pierre Ossman <[email protected]>
  • Loading branch information
ossman committed Jun 13, 2009
1 parent 9bf69a2 commit 99d9260
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/mmc/host/mxcmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -746,8 +746,6 @@ static int mxcmci_probe(struct platform_device *pdev)
}

mmc->f_min = clk_get_rate(host->clk) >> 16;
if (mmc->f_min < 400000)
mmc->f_min = 400000;
mmc->f_max = clk_get_rate(host->clk) >> 1;

/* recommended in data sheet */
Expand Down

0 comments on commit 99d9260

Please sign in to comment.