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

Commit b2db31c2 authored by Ram Prakash Gupta's avatar Ram Prakash Gupta
Browse files

mmc: host: Add support of 208MHz clock frequency for sdcard



On latest targets, gcc_sdc2_apps clock can support upto 208Mhz.
Update the driver for supporting 208Mhz.

Change-Id: I8c7bb6fffdb8404e0f9ce70883f43adafe864613
Signed-off-by: default avatarRam Prakash Gupta <rampraka@codeaurora.org>
parent f43dabe3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -771,6 +771,7 @@ static int msm_init_cm_dll(struct sdhci_host *host)
		u32 mclk_freq = 0;

		switch (host->clock) {
		case 208000000:
		case 202000000:
		case 201500000:
		case 200000000: