+// SPDX-License-Identifier: GPL-2.0+
/*
- *
- * SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
static int ahci_pci_probe(struct udevice *dev)
{
- return ahci_probe_scsi(dev);
+ return ahci_probe_scsi_pci(dev);
}
static const struct udevice_id ahci_pci_ids[] = {
static struct pci_device_id ahci_pci_supported[] = {
{ PCI_DEVICE_CLASS(PCI_CLASS_STORAGE_SATA_AHCI, ~0) },
+ { PCI_DEVICE(0x1b21, 0x0611) },
{},
};