Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 99d9260c authored by Pierre Ossman's avatar Pierre Ossman
Browse files

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: default avatarPierre Ossman <pierre@ossman.eu>
parent 9bf69a26
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 */