mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-10 02:27:06 +08:00
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>
This commit is contained in:
committed by
Tom Rini
parent
4024006e52
commit
25643a5c3e
@@ -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) },
|
||||
{},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user