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

Commit a8e264b6 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mmc: sdhci-msm: consider clock frequency above 200MHz during DLL config"

parents 13053fe9 b3235268
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -691,7 +691,7 @@ static inline void msm_cm_dll_set_freq(struct sdhci_host *host)
		mclk_freq = 5;
	else if (host->clock <= 187000000)
		mclk_freq = 6;
	else if (host->clock <= 200000000)
	else if (host->clock <= 208000000)
		mclk_freq = 7;

	writel_relaxed(((readl_relaxed(host->ioaddr +