ahci-pci: ASM1061 report wrong class, but support AHCI.
authorOleksandr Rybalko <ray@ddteam.net>
Thu, 22 Aug 2019 10:26:55 +0000 (12:26 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 11 Oct 2019 14:10:18 +0000 (10:10 -0400)
Tested-by: Frank Wunderlich <frank-w@public-files.de>
Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
Signed-off-by: Oleksandr Rybalko <ray@ddteam.net>
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) },
        {},
 };