From 2a81cab066e72f18fa269c505b417036a1091ea4 Mon Sep 17 00:00:00 2001 From: Jeff Daly Date: Thu, 6 Jan 2022 16:32:11 -0500 Subject: pci_ids.h: Make Denverton IDs consistent with other Intel SoCs Align Denverton PCI ID define names with other Intel SoCs. Also, update the names in SoC code accordingly. Signed-off-by: Jeff Daly Change-Id: Id4b4d971ef8f4b3ec5920209d345edbbcfae4dec Reviewed-on: https://review.coreboot.org/c/coreboot/+/60879 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/soc/intel/common/block/smbus/smbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel/common') diff --git a/src/soc/intel/common/block/smbus/smbus.c b/src/soc/intel/common/block/smbus/smbus.c index d0eb9ce158..6f8656b13e 100644 --- a/src/soc/intel/common/block/smbus/smbus.c +++ b/src/soc/intel/common/block/smbus/smbus.c @@ -91,7 +91,7 @@ static const unsigned short pci_device_ids[] = { PCI_DEVICE_ID_INTEL_ADP_P_SMBUS, PCI_DEVICE_ID_INTEL_ADP_S_SMBUS, PCI_DEVICE_ID_INTEL_ADP_M_SMBUS, - PCI_DEVICE_ID_INTEL_DENVERTON_SMBUS_LEGACY, + PCI_DEVICE_ID_INTEL_DNV_SMBUS_LEGACY, 0 }; -- cgit v1.2.3