We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a9af4 commit d935da9Copy full SHA for d935da9
1 file changed
drivers/mmc/host/sdhci-pci-gli.c
@@ -2037,7 +2037,8 @@ static const struct sdhci_ops sdhci_gl9755_ops = {
2037
2038
const struct sdhci_pci_fixes sdhci_gl9755 = {
2039
.quirks = SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC,
2040
- .quirks2 = SDHCI_QUIRK2_BROKEN_DDR50,
+ // disable non-working UHS-II mode on apple silicon devices
2041
+ .quirks2 = SDHCI_QUIRK2_BROKEN_DDR50 | SDHCI_QUIRK2_BROKEN_UHS2,
2042
.probe_slot = gli_probe_slot_gl9755,
2043
.add_host = sdhci_pci_uhs2_add_host,
2044
.remove_host = sdhci_pci_uhs2_remove_host,
0 commit comments