aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
diff options
context:
space:
mode:
authorChunhe Lan <Chunhe.Lan@freescale.com>2013-03-08 16:14:10 +0800
committerChris Ball <cjb@laptop.org>2013-03-22 12:36:52 -0400
commit4590205b9f9379a55b8fb0b6503c15a106a97b12 (patch)
tree4bba57d93017915686e350f4c3b954f81f680ca4 /drivers/mmc
parentmmc: rtsx_pci_sdmmc: Don't execute power up sequence repeatedly (diff)
downloadlinux-dev-4590205b9f9379a55b8fb0b6503c15a106a97b12.tar.xz
linux-dev-4590205b9f9379a55b8fb0b6503c15a106a97b12.zip
mmc: sdhci-pltfm: Fix timeout on t4240's sdhci controller
This patch fixes timeout problems on t4240's sdhci controller: mmc0: Too large timeout requested for CMD25! mmc0: Too large timeout requested for CMD25! mmc0: Too large timeout requested for CMD25! Signed-off-by: Chunhe Lan <Chunhe.Lan@freescale.com> Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/host/sdhci-pltfm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-pltfm.c b/drivers/mmc/host/sdhci-pltfm.c
index 3145a780b035..9db7b12d2084 100644
--- a/drivers/mmc/host/sdhci-pltfm.c
+++ b/drivers/mmc/host/sdhci-pltfm.c
@@ -94,6 +94,7 @@ void sdhci_get_of_property(struct platform_device *pdev)
if (of_device_is_compatible(np, "fsl,p2020-esdhc") ||
of_device_is_compatible(np, "fsl,p1010-esdhc") ||
+ of_device_is_compatible(np, "fsl,t4240-esdhc") ||
of_device_is_compatible(np, "fsl,mpc8536-esdhc"))
host->quirks |= SDHCI_QUIRK_BROKEN_TIMEOUT_VAL;