ahci-pci: ASM1061 report wrong class, but support AHCI.
[oweals/u-boot.git] / drivers / ata / ahci-pci.c
index 1ca439d3fa4a885952bcc22c4ef25d420175075b..11ec98b56f9bd479d6872be25d77dac194c9c0bc 100644 (file)
@@ -35,6 +35,7 @@ U_BOOT_DRIVER(ahci_pci) = {
 
 static struct pci_device_id ahci_pci_supported[] = {
        { PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_SATA_AHCI, ~0) },
+       { PCI_DEVICE(0x1b21, 0x0611) },
        {},
 };