You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
mxcmmc: remove frequency workaround
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 <pierre@ossman.eu>
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user