diff options
Diffstat (limited to 'drivers/mmc/host/sdhci-pci-o2micro.c')
| -rw-r--r-- | drivers/mmc/host/sdhci-pci-o2micro.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mmc/host/sdhci-pci-o2micro.c b/drivers/mmc/host/sdhci-pci-o2micro.c index 77e9bc4aaee9..cc3ffeffd7a2 100644 --- a/drivers/mmc/host/sdhci-pci-o2micro.c +++ b/drivers/mmc/host/sdhci-pci-o2micro.c @@ -490,6 +490,9 @@ int sdhci_pci_o2_probe(struct sdhci_pci_chip *chip)  		pci_write_config_byte(chip->pdev, O2_SD_LOCK_WP, scratch);  		break;  	case PCI_DEVICE_ID_O2_SEABIRD0: +		if (chip->pdev->revision == 0x01) +			chip->quirks |= SDHCI_QUIRK_DELAY_AFTER_POWER; +		/* fall through */  	case PCI_DEVICE_ID_O2_SEABIRD1:  		/* UnLock WP */  		ret = pci_read_config_byte(chip->pdev,  | 
