Hi, Le Tue, 27 Mar 2012 09:32:36 +0200, joancarles <joancarles@xxxxxxxxxxxxxxx> a écrit : > G'day > > This is still present, and we have absolutely no idea where to continue > searching for the solution of the problem. Any pointers? Any git trees > of mmc driver changes we could try? Anybody else with a MX25 that has > this issue? > does that attached patch fix your problem ? Eric
From 6b41fd664bdb4755a0c22abdbe5524a76ac74330 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20B=C3=A9nard?= <eric@xxxxxxxxxx> Date: Mon, 12 Mar 2012 22:17:05 +0100 Subject: [PATCH] esdhc-imx: unbreak on i.MX25 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Eric Bénard <eric@xxxxxxxxxx> --- drivers/mmc/host/sdhci-esdhc-imx.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/mmc/host/sdhci-esdhc-imx.c b/drivers/mmc/host/sdhci-esdhc-imx.c index 4dc0028..fe0da1c 100644 --- a/drivers/mmc/host/sdhci-esdhc-imx.c +++ b/drivers/mmc/host/sdhci-esdhc-imx.c @@ -400,8 +400,7 @@ static int __devinit sdhci_esdhc_imx_probe(struct platform_device *pdev) clk_enable(clk); pltfm_host->clk = clk; - if (!is_imx25_esdhc(imx_data)) - host->quirks |= SDHCI_QUIRK_BROKEN_TIMEOUT_VAL; + host->quirks |= SDHCI_QUIRK_BROKEN_TIMEOUT_VAL; if (is_imx25_esdhc(imx_data) || is_imx35_esdhc(imx_data)) /* Fix errata ENGcm07207 present on i.MX25 and i.MX35 */ -- 1.7.7.6