From: Oleksandr Rybalko Date: Thu, 22 Aug 2019 10:26:55 +0000 (+0200) Subject: ahci-pci: ASM1061 report wrong class, but support AHCI. X-Git-Tag: v2020.01-rc1~28^2~13 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=25643a5c3e5cecac1e73bfff04c414d12c302edc;p=oweals%2Fu-boot.git ahci-pci: ASM1061 report wrong class, but support AHCI. Tested-by: Frank Wunderlich Signed-off-by: Frank Wunderlich Signed-off-by: Oleksandr Rybalko --- diff --git a/drivers/ata/ahci-pci.c b/drivers/ata/ahci-pci.c index 1ca439d3fa..11ec98b56f 100644 --- a/drivers/ata/ahci-pci.c +++ b/drivers/ata/ahci-pci.c @@ -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) }, {}, };