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: Venkat Gopalakrishnan <venkatg@codeaurora.org>
This commit is contained in:
parent
2edac2000f
commit
8e588a1be2
1 changed files with 1 additions and 0 deletions
|
@ -592,6 +592,7 @@ static int sdhci_msm_probe(struct platform_device *pdev)
|
|||
|
||||
host->quirks |= SDHCI_QUIRK_BROKEN_CARD_DETECTION;
|
||||
host->quirks |= SDHCI_QUIRK_SINGLE_POWER_WRITE;
|
||||
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",
|
||||
|
|
Loading…
Add table
Reference in a new issue