nb/amd/trinity: Rename PCI ID of the IOMMU
Make the Trinity IOMMU ID naming consistent with other products. Change-Id: Id5a03d44a2ca21061bb22f9e61b26e42d91f9d96 Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34416 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
parent
fd7eb20c0f
commit
8b199ce675
|
@ -300,7 +300,7 @@
|
|||
#define PCI_DEVICE_ID_AMD_15H_MODEL_707F_NB_HT 0x15B0
|
||||
#define PCI_DEVICE_ID_AMD_16H_MODEL_000F_NB_HT 0x1536
|
||||
#define PCI_DEVICE_ID_AMD_16H_MODEL_303F_NB_HT 0x1566
|
||||
#define PCI_DEVICE_ID_AMD_15H_NB_IOMMU 0x1419
|
||||
#define PCI_DEVICE_ID_AMD_15H_MODEL_101F_NB_IOMMU 0x1419
|
||||
#define PCI_DEVICE_ID_AMD_15H_MODEL_303F_NB_IOMMU 0x1423
|
||||
#define PCI_DEVICE_ID_AMD_15H_MODEL_707F_NB_IOMMU 0x1577
|
||||
#define PCI_DEVICE_ID_AMD_16H_MODEL_303F_NB_IOMMU 0x1567
|
||||
|
|
|
@ -65,5 +65,5 @@ static struct device_operations iommu_ops = {
|
|||
static const struct pci_driver iommu_driver __pci_driver = {
|
||||
.ops = &iommu_ops,
|
||||
.vendor = PCI_VENDOR_ID_AMD,
|
||||
.device = PCI_DEVICE_ID_AMD_15H_NB_IOMMU,
|
||||
.device = PCI_DEVICE_ID_AMD_15H_MODEL_101F_NB_IOMMU,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue