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 1ca439d..11ec98b 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) },
        {},
 };