diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-09-13 10:58:12 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-09-13 10:58:11 -0700 |
| commit | fa2298d494a4823f799871aa29694a749094ba2b (patch) | |
| tree | 7cac9347006faffb845db35874ff9ee528912512 | |
| parent | d380a7c16b7439df127c9f127acb3dca52fbbbce (diff) | |
| parent | 739a7c1e43627a90e5a89644bb31b01a877cd312 (diff) | |
Merge "mmc: host: Update the USE_PIO_FOR_EMMC_TUNING quirk value"
| -rw-r--r-- | drivers/mmc/host/sdhci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/sdhci.h b/drivers/mmc/host/sdhci.h index 300be7fd0f24..81aecb90ac8d 100644 --- a/drivers/mmc/host/sdhci.h +++ b/drivers/mmc/host/sdhci.h @@ -516,7 +516,7 @@ struct sdhci_host { * Some controllers may use PIO mode to workaround HW issues in ADMA for * eMMC tuning commands. */ -#define SDHCI_QUIRK2_USE_PIO_FOR_EMMC_TUNING (1 << 23) +#define SDHCI_QUIRK2_USE_PIO_FOR_EMMC_TUNING (1 << 29) int irq; /* Device IRQ */ |
