diff options
author | Adrian Hunter <adrian.hunter@intel.com> | 2015-02-06 14:13:01 +0200 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2015-06-01 09:07:15 +0200 |
commit | b69587e2d5b09a192c45c604ea1f9e8d51f4c3a1 (patch) | |
tree | fcd22d3e048bcddafb3cd518ced37ed1727c408e /drivers/mmc | |
parent | e1bfad6d936d7149a83423e2a7244dd5771f27e7 (diff) | |
download | blackbird-op-linux-b69587e2d5b09a192c45c604ea1f9e8d51f4c3a1.tar.gz blackbird-op-linux-b69587e2d5b09a192c45c604ea1f9e8d51f4c3a1.zip |
mmc: sdhci-pci: Enable HS400 for some Intel host controllers
Enable detection of HS400 support via capability bit-63
for some Intel host controllers.
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/sdhci-pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-pci.c b/drivers/mmc/host/sdhci-pci.c index 6ecd158d8084..f208f2072d0c 100644 --- a/drivers/mmc/host/sdhci-pci.c +++ b/drivers/mmc/host/sdhci-pci.c @@ -370,6 +370,7 @@ static const struct sdhci_pci_fixes sdhci_intel_byt_emmc = { .probe_slot = byt_emmc_probe_slot, .quirks = SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC, .quirks2 = SDHCI_QUIRK2_PRESET_VALUE_BROKEN | + SDHCI_QUIRK2_CAPS_BIT63_FOR_HS400 | SDHCI_QUIRK2_STOP_WITH_TC, }; |