Skip to content

Commit a56335c

Browse files
Prathamesh Shetestorulf
authored andcommitted
mmc: sdhci-tegra: Remove SDHCI_QUIRK_BROKEN_ADMA_ZEROLEN_DESC quirk
Value 0 in ADMA length descriptor is interpreted as 65536 on new Tegra chips, remove SDHCI_QUIRK_BROKEN_ADMA_ZEROLEN_DESC quirk to make sure max ADMA2 length is 65536. Fixes: 4346b7c ("mmc: tegra: Add Tegra186 support") Cc: [email protected] Signed-off-by: Prathamesh Shete <[email protected]> Acked-by: Thierry Reding <[email protected]> Acked-by: Adrian Hunter <[email protected]> Message-ID: <[email protected]> Signed-off-by: Ulf Hansson <[email protected]>
1 parent fac04ef commit a56335c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/mmc/host/sdhci-tegra.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1525,7 +1525,6 @@ static const struct sdhci_pltfm_data sdhci_tegra186_pdata = {
15251525
.quirks = SDHCI_QUIRK_BROKEN_TIMEOUT_VAL |
15261526
SDHCI_QUIRK_SINGLE_POWER_WRITE |
15271527
SDHCI_QUIRK_NO_HISPD_BIT |
1528-
SDHCI_QUIRK_BROKEN_ADMA_ZEROLEN_DESC |
15291528
SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN,
15301529
.quirks2 = SDHCI_QUIRK2_PRESET_VALUE_BROKEN |
15311530
SDHCI_QUIRK2_ISSUE_CMD_DAT_RESET_TOGETHER,

0 commit comments

Comments
 (0)