summaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
authorHarninder Rai <harninder.rai@freescale.com>2013-05-31 09:50:34 (GMT)
committerFleming Andrew-AFLEMING <AFLEMING@freescale.com>2013-05-31 16:11:07 (GMT)
commit5ab744096925658c76e653e2b65c68438e77e07e (patch)
tree9d2028fc66105891627ad21ed3a0446bcfb3864f /drivers/mmc
parentbd6d3f3893f88cc1db329f2ced5b246aff84a855 (diff)
downloadlinux-fsl-qoriq-5ab744096925658c76e653e2b65c68438e77e07e.tar.xz
eSDHC: Revert: Remove Quirks for Multi block read and timeout
For BSC9132QDS platform, once Quirk related strings are corrected in device tree, the current mmc driver takes care of setting them. Signed-off-by: Harninder Rai <harninder.rai@freescale.com> Signed-off-by: Vijay Rai <vijay.rai@freescale.com> Signed-off-by: Naveen Burmi <naveenburmi@freescale.com> Change-Id: I46eb23eb234b40e0656637ce85d62debc0633a43 Reviewed-on: http://git.am.freescale.net:8181/2811 Reviewed-by: Zhang Haijun-B42677 <haijun.zhang@freescale.com> Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com> Reviewed-by: Xie Xiaobo-R63061 <X.Xie@freescale.com> Reviewed-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com> Tested-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/host/sdhci-of-esdhc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/mmc/host/sdhci-of-esdhc.c b/drivers/mmc/host/sdhci-of-esdhc.c
index cf3894d..6e46d2f 100644
--- a/drivers/mmc/host/sdhci-of-esdhc.c
+++ b/drivers/mmc/host/sdhci-of-esdhc.c
@@ -417,9 +417,7 @@ static struct sdhci_pltfm_data sdhci_esdhc_pdata = {
*/
.quirks = ESDHC_DEFAULT_QUIRKS | SDHCI_QUIRK_BROKEN_CARD_DETECTION
| SDHCI_QUIRK_NO_CARD_NO_RESET
- | SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC
- | SDHCI_QUIRK_BROKEN_TIMEOUT_VAL
- | SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12,
+ | SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC,
.ops = &sdhci_esdhc_ops,
};