We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d680d05 commit 87c07c3Copy full SHA for 87c07c3
1 file changed
drivers/mmc/host/sdhci-pci-gli.c
@@ -1966,7 +1966,8 @@ static const struct sdhci_ops sdhci_gl9755_ops = {
1966
1967
const struct sdhci_pci_fixes sdhci_gl9755 = {
1968
.quirks = SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC,
1969
- .quirks2 = SDHCI_QUIRK2_BROKEN_DDR50,
+ // disable non-working UHS-II mode on apple silicon devices
1970
+ .quirks2 = SDHCI_QUIRK2_BROKEN_DDR50 | SDHCI_QUIRK2_BROKEN_UHS2,
1971
.probe_slot = gli_probe_slot_gl9755,
1972
.add_host = sdhci_pci_uhs2_add_host,
1973
.remove_host = sdhci_pci_uhs2_remove_host,
0 commit comments