mmc: sdhci-pxav3: controller should use SDCLK for timeout calculation
authorKevin Liu <kliu5@marvell.com>
Mon, 25 Mar 2013 09:42:59 +0000 (17:42 +0800)
committerChris Ball <cjb@laptop.org>
Thu, 4 Apr 2013 13:59:42 +0000 (09:59 -0400)
sdhci-pxav3 host controller used SDCLK for data timeout.

Signed-off-by: Kevin Liu <kliu5@marvell.com>
Acked-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-pxav3.c

index fb0d23c148ef7c73c0b7d80175956308936630f6..1ae358e0662daa4a955cbe86afd784d56e519fc2 100644 (file)
@@ -175,7 +175,7 @@ static const struct sdhci_ops pxav3_sdhci_ops = {
 };
 
 static struct sdhci_pltfm_data sdhci_pxav3_pdata = {
-       .quirks = SDHCI_QUIRK_BROKEN_TIMEOUT_VAL
+       .quirks = SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK
                | SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC
                | SDHCI_QUIRK_32BIT_ADMA_SIZE
                | SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN,