Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298802
b: refs/heads/master
c: eb91b91
h: refs/heads/master
v: v3
  • Loading branch information
Simon Horman authored and Chris Ball committed Apr 6, 2012
1 parent 9b7cc3c commit f61aa6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 930f152cc9998388031af577843baae572ac8ab6
refs/heads/master: eb91b9118db8c05a5a1257b594b021d32b491254
8 changes: 1 addition & 7 deletions trunk/drivers/mmc/host/sh_mmcif.c
Original file line number Diff line number Diff line change
Expand Up @@ -1299,13 +1299,7 @@ static int __devinit sh_mmcif_probe(struct platform_device *pdev)

mmc->ops = &sh_mmcif_ops;
mmc->f_max = host->clk / 2;
/* close to 400KHz */
if (host->clk < 51200000)
mmc->f_min = host->clk / 128;
else if (host->clk < 102400000)
mmc->f_min = host->clk / 256;
else
mmc->f_min = host->clk / 512;
mmc->f_min = host->clk / 512;
if (pd->ocr)
mmc->ocr_avail = pd->ocr;
mmc->caps = MMC_CAP_MMC_HIGHSPEED;
Expand Down

0 comments on commit f61aa6a

Please sign in to comment.