diff options
author | Oleksandr Rybalko | 2019-08-22 12:26:55 +0200 |
---|---|---|
committer | Tom Rini | 2019-10-11 10:10:18 -0400 |
commit | 25643a5c3e5cecac1e73bfff04c414d12c302edc (patch) | |
tree | f25f4b6c36620a8ec692bebe4df1c1a2b284a9bb /drivers | |
parent | 4024006e528b2f062024796c15293a820409c232 (diff) |
ahci-pci: ASM1061 report wrong class, but support AHCI.
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/ata/ahci-pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/ahci-pci.c b/drivers/ata/ahci-pci.c index 1ca439d3fa4..11ec98b56f9 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) }, {}, }; |