Skip to content

Commit e33588a

Browse files
Sowjanya KomatineniUlf Hansson
authored andcommitted
sdhci: tegra: Remove SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK for Tegra210
commit b5a84ec ("mmc: tegra: Add Tegra210 support") SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK is set for Tegra210 from the beginning of Tegra210 support in the driver. Tegra210 SDMMC hardware by default uses timeout clock (TMCLK) instead of SDCLK and this quirk should not be set. So, this patch remove this quirk for Tegra210. Fixes: b5a84ec ("mmc: tegra: Add Tegra210 support") Cc: stable <stable@vger.kernel.org> # 5.4 Tested-by: Jon Hunter <jonathanh@nvidia.com> Reviewed-by: Jon Hunter <jonathanh@nvidia.com> Acked-by: Adrian Hunter <adrian.hunter@intel.com> Signed-off-by: Sowjanya Komatineni <skomatineni@nvidia.com> Link: https://lore.kernel.org/r/1598548861-32373-2-git-send-email-skomatineni@nvidia.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent d6f6cbe commit e33588a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/mmc/host/sdhci-tegra.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1418,7 +1418,6 @@ static const struct sdhci_ops tegra210_sdhci_ops = {
14181418

14191419
static const struct sdhci_pltfm_data sdhci_tegra210_pdata = {
14201420
.quirks = SDHCI_QUIRK_BROKEN_TIMEOUT_VAL |
1421-
SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK |
14221421
SDHCI_QUIRK_SINGLE_POWER_WRITE |
14231422
SDHCI_QUIRK_NO_HISPD_BIT |
14241423
SDHCI_QUIRK_BROKEN_ADMA_ZEROLEN_DESC |

0 commit comments

Comments
 (0)