Skip to content

Commit d935da9

Browse files
committed
mmc: pci: gl9755: Quirk UHS-2 for Apple GL9755
To avoid dumped register on probe/card insertion. Signed-off-by: Janne Grunau <j@jannau.net>
1 parent e1a9af4 commit d935da9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

drivers/mmc/host/sdhci-pci-gli.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2037,7 +2037,8 @@ static const struct sdhci_ops sdhci_gl9755_ops = {
20372037

20382038
const struct sdhci_pci_fixes sdhci_gl9755 = {
20392039
.quirks = SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC,
2040-
.quirks2 = SDHCI_QUIRK2_BROKEN_DDR50,
2040+
// disable non-working UHS-II mode on apple silicon devices
2041+
.quirks2 = SDHCI_QUIRK2_BROKEN_DDR50 | SDHCI_QUIRK2_BROKEN_UHS2,
20412042
.probe_slot = gli_probe_slot_gl9755,
20422043
.add_host = sdhci_pci_uhs2_add_host,
20432044
.remove_host = sdhci_pci_uhs2_remove_host,

0 commit comments

Comments
 (0)