From: Kevin Liu Date: Mon, 25 Mar 2013 09:42:59 +0000 (+0800) Subject: mmc: sdhci-pxav3: controller should use SDCLK for timeout calculation X-Git-Tag: firefly_0821_release~3680^2~578^2~22 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e065162ae476f55376ba06f9e80f41b28f769938;p=firefly-linux-kernel-4.4.55.git mmc: sdhci-pxav3: controller should use SDCLK for timeout calculation sdhci-pxav3 host controller used SDCLK for data timeout. Signed-off-by: Kevin Liu Acked-by: Haojian Zhuang Signed-off-by: Chris Ball --- diff --git a/drivers/mmc/host/sdhci-pxav3.c b/drivers/mmc/host/sdhci-pxav3.c index fb0d23c148ef..1ae358e0662d 100644 --- a/drivers/mmc/host/sdhci-pxav3.c +++ b/drivers/mmc/host/sdhci-pxav3.c @@ -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,