diff options
author | Ulf Hansson | 2019-12-18 14:44:24 +0100 |
---|---|---|
committer | Ulf Hansson | 2019-12-18 14:44:24 +0100 |
commit | d0b75c9169fd818979d7122eaff9c3ff20128b7a (patch) | |
tree | 13c362d1c06017157a62455a1a8fd1322d3e0f41 /drivers/mmc/host/sdhci-of-esdhc.c | |
parent | 66a83feb59d960cb4df99c54266f07dc92bf60d0 (diff) | |
parent | 75d27ea1abf7af3cc2cdec3513e74f52191605c8 (diff) |
Merge branch 'fixes' into next
Diffstat (limited to 'drivers/mmc/host/sdhci-of-esdhc.c')
-rw-r--r-- | drivers/mmc/host/sdhci-of-esdhc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mmc/host/sdhci-of-esdhc.c b/drivers/mmc/host/sdhci-of-esdhc.c index f43abcf28b32..4abb7818e128 100644 --- a/drivers/mmc/host/sdhci-of-esdhc.c +++ b/drivers/mmc/host/sdhci-of-esdhc.c @@ -1301,8 +1301,8 @@ static int sdhci_esdhc_probe(struct platform_device *pdev) host->quirks &= ~SDHCI_QUIRK_NO_BUSY_IRQ; if (of_find_compatible_node(NULL, NULL, "fsl,p2020-esdhc")) { - host->quirks2 |= SDHCI_QUIRK_RESET_AFTER_REQUEST; - host->quirks2 |= SDHCI_QUIRK_BROKEN_TIMEOUT_VAL; + host->quirks |= SDHCI_QUIRK_RESET_AFTER_REQUEST; + host->quirks |= SDHCI_QUIRK_BROKEN_TIMEOUT_VAL; } if (of_device_is_compatible(np, "fsl,p5040-esdhc") || |