mmc: host: Update the USE_PIO_FOR_EMMC_TUNING quirk value

SDHCI_QUIRK2_USE_PIO_FOR_EMMC_TUNING quirk is defined with a bit position
of 23 (1 << 23). Since this bit position is already defined for some other
quirk, update its bit position to next available one.

Change-Id: I878b3c0b3f4cb32ecaf27fc77ccdfb7d4215a39c
Signed-off-by: Veerabhadrarao Badiganti <vbadigan@codeaurora.org>
This commit is contained in:
Veerabhadrarao Badiganti 2017-09-07 15:14:49 +05:30
parent b864286bdb
commit 739a7c1e43

View file

@ -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 */