Commit e065162a authored by Kevin Liu's avatar Kevin Liu Committed by Chris Ball

mmc: sdhci-pxav3: controller should use SDCLK for timeout calculation

sdhci-pxav3 host controller used SDCLK for data timeout.
Signed-off-by: default avatarKevin Liu <kliu5@marvell.com>
Acked-by: default avatarHaojian Zhuang <haojian.zhuang@gmail.com>
Signed-off-by: default avatarChris Ball <cjb@laptop.org>
parent 943647f6
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment