Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0874897 authored by Andres Salomon's avatar Andres Salomon Committed by Pierre Ossman
Browse files

sdhci: Add NO_BUSY_IRQ quirk for Marvell CAFE host chip

As described here: http://lkml.org/lkml/2009/2/20/265

The CAFE chip is broken due to commit e809517f.
Anton added a quirk here: http://lkml.org/lkml/2009/2/20/279

 that fixes
CAFE's problem.  This adds the quirk for CAFE.

Signed-off-by: default avatarAndres Salomon <dilinger@debian.org>
Signed-off-by: default avatarPierre Ossman <drzeus@drzeus.cx>
parent f945405c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -107,6 +107,7 @@ static const struct sdhci_pci_fixes sdhci_ene_714 = {

static const struct sdhci_pci_fixes sdhci_cafe = {
	.quirks		= SDHCI_QUIRK_NO_SIMULT_VDD_AND_POWER |
			  SDHCI_QUIRK_NO_BUSY_IRQ |
			  SDHCI_QUIRK_BROKEN_TIMEOUT_VAL,
};