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

Commit 34a81859 authored by Venkat Gopalakrishnan's avatar Venkat Gopalakrishnan Committed by xiaonian
Browse files

mmc: sdhci-msm: Disable HS200 mode



Disable HS200 mode until all msm-3.10 mmc changes have been
ported to msm-3.14. This avoids potential hangs at boot.

Change-Id: Ifc3dfbad59705db86c133b26baef0bc739a5dc30
Signed-off-by: default avatarVenkat Gopalakrishnan <venkatg@codeaurora.org>
[xiaonian@codeaurora.org: fix trivial merge conflict]
Signed-off-by: default avatarXiaonian Wang <xiaonian@codeaurora.org>
parent 6b7912fb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -635,6 +635,8 @@ static int sdhci_msm_probe(struct platform_device *pdev)
				CORE_3_0V_SUPPORT | CORE_8_BIT_SUPPORT),
				host->ioaddr + CORE_VENDOR_SPEC_CAPABILITIES0);

	host->quirks2 |= SDHCI_QUIRK2_BROKEN_HS200;

	host_version = readw_relaxed((host->ioaddr + SDHCI_HOST_VERSION));
	dev_dbg(&pdev->dev, "Host Version: 0x%x Vendor Version 0x%x\n",
		host_version, ((host_version & SDHCI_VENDOR_VER_MASK) >>