summaryrefslogtreecommitdiffstats
path: root/src/northbridge/amd/agesa/family15tn/iommu.c
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2019-07-18 07:34:20 -0600
committerMartin Roth <martinroth@google.com>2019-07-21 17:22:33 +0000
commit8b199ce6752c5649e49044b6d9b3c3e6adcc9c8c (patch)
treeb9c2f953ec5683efcf62f75ef7d01f7f951d2751 /src/northbridge/amd/agesa/family15tn/iommu.c
parentfd7eb20c0fef9f5687bac10d47256d4344f336ce (diff)
downloadcoreboot-8b199ce6752c5649e49044b6d9b3c3e6adcc9c8c.tar.gz
coreboot-8b199ce6752c5649e49044b6d9b3c3e6adcc9c8c.tar.bz2
coreboot-8b199ce6752c5649e49044b6d9b3c3e6adcc9c8c.zip
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>
Diffstat (limited to 'src/northbridge/amd/agesa/family15tn/iommu.c')
-rw-r--r--src/northbridge/amd/agesa/family15tn/iommu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/amd/agesa/family15tn/iommu.c b/src/northbridge/amd/agesa/family15tn/iommu.c
index d6dc7dac6722..8bfd0b14fbda 100644
--- a/src/northbridge/amd/agesa/family15tn/iommu.c
+++ b/src/northbridge/amd/agesa/family15tn/iommu.c
@@ -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,
};