Skip to content

Commit b69587e

Browse files
ahunter6storulf
authored andcommitted
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>
1 parent e1bfad6 commit b69587e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/mmc/host/sdhci-pci.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ static const struct sdhci_pci_fixes sdhci_intel_byt_emmc = {
370370
.probe_slot = byt_emmc_probe_slot,
371371
.quirks = SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC,
372372
.quirks2 = SDHCI_QUIRK2_PRESET_VALUE_BROKEN |
373+
SDHCI_QUIRK2_CAPS_BIT63_FOR_HS400 |
373374
SDHCI_QUIRK2_STOP_WITH_TC,
374375
};
375376

0 commit comments

Comments
 (0)