summaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
authorHaijun Zhang <Haijun.Zhang@freescale.com>2014-05-23 02:25:09 (GMT)
committerJose Rivera <German.Rivera@freescale.com>2014-05-23 13:05:23 (GMT)
commit1e9d843f2df037e209c18abce82803420b8949a1 (patch)
tree8575710abf3bd4bd206a3eb01aa56a899a70b359 /drivers/mmc
parent65929acb18a0c044d987c4b2a9e345e5c1e2a3e8 (diff)
downloadlinux-fsl-qoriq-1e9d843f2df037e209c18abce82803420b8949a1.tar.xz
mmc: esdhc: enable interrupt mode for T1040
Interrupt mode for t1040RDB is working. Enable it to avoid redundant poling mode. Signed-off-by: Haijun Zhang <Haijun.Zhang@freescale.com> Change-Id: I686faa7c763758815f7c6146670ab4061a76a63d Reviewed-on: http://git.am.freescale.net:8181/12830 Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Shengzhou Liu <Shengzhou.Liu@freescale.com> Reviewed-by: Jose Rivera <German.Rivera@freescale.com>
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 694c7a2..d4d1728 100644
--- a/drivers/mmc/host/sdhci-pltfm.c
+++ b/drivers/mmc/host/sdhci-pltfm.c
@@ -108,6 +108,7 @@ void sdhci_get_of_property(struct platform_device *pdev)
if (of_device_is_compatible(np, "fsl,p5040-esdhc") ||
of_device_is_compatible(np, "fsl,p5020-esdhc") ||
of_device_is_compatible(np, "fsl,p4080-esdhc") ||
+ of_device_is_compatible(np, "fsl,t1040-esdhc") ||
of_device_is_compatible(np, "fsl,p1020-esdhc"))
host->quirks &= ~SDHCI_QUIRK_BROKEN_CARD_DETECTION;