Skip to content

Commit 87c07c3

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 d680d05 commit 87c07c3

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
@@ -1966,7 +1966,8 @@ static const struct sdhci_ops sdhci_gl9755_ops = {
19661966

19671967
const struct sdhci_pci_fixes sdhci_gl9755 = {
19681968
.quirks = SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC,
1969-
.quirks2 = SDHCI_QUIRK2_BROKEN_DDR50,
1969+
// disable non-working UHS-II mode on apple silicon devices
1970+
.quirks2 = SDHCI_QUIRK2_BROKEN_DDR50 | SDHCI_QUIRK2_BROKEN_UHS2,
19701971
.probe_slot = gli_probe_slot_gl9755,
19711972
.add_host = sdhci_pci_uhs2_add_host,
19721973
.remove_host = sdhci_pci_uhs2_remove_host,

0 commit comments

Comments
 (0)