From: Chunhe Lan Date: Fri, 8 Mar 2013 08:14:10 +0000 (+0800) Subject: mmc: sdhci-pltfm: Fix timeout on t4240's sdhci controller X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=4590205b9f9379a55b8fb0b6503c15a106a97b12;p=deliverable%2Flinux.git 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 Signed-off-by: Chris Ball --- 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;