Add driver-esdhc-p2020-broken-timeout

This commit is contained in:
Jeffrey Townsend
2017-01-05 17:35:13 +00:00
parent 6f3d3b800f
commit 993c4fc7ec
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
diff -urpN a/drivers/mmc/host/sdhci-of-esdhc.c b/drivers/mmc/host/sdhci-of-esdhc.c
--- a/drivers/mmc/host/sdhci-of-esdhc.c 2016-11-20 01:17:41.000000000 +0000
+++ b/drivers/mmc/host/sdhci-of-esdhc.c 2017-01-05 17:29:20.798516943 +0000
@@ -343,7 +343,7 @@ static const struct sdhci_pltfm_data sdh
* eSDHC cannot support End Attribute in NOP ADMA descriptor
*/
.quirks = ESDHC_DEFAULT_QUIRKS | SDHCI_QUIRK_BROKEN_CARD_DETECTION
- | SDHCI_QUIRK_NO_CARD_NO_RESET
+ | SDHCI_QUIRK_NO_CARD_NO_RESET | SDHCI_QUIRK_BROKEN_TIMEOUT_VAL
| SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC,
.ops = &sdhci_esdhc_ops,
};

View File

@@ -17,3 +17,4 @@ driver-i2c-bus-intel-ismt-enable-param.patch
drivers-i2c-busses-i2c-isch-probe-param.patch
drivers-i2c-muxes-pca954x-deselect-on-exit.patch
driver-early-dma-allocator.patch
driver-esdhc-p2020-broken-timeout.patch