aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/lynxpoint/smbus.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/lynxpoint/smbus.c')
-rw-r--r--src/southbridge/intel/lynxpoint/smbus.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/southbridge/intel/lynxpoint/smbus.c b/src/southbridge/intel/lynxpoint/smbus.c
index 2741951a4e..d0a621eea1 100644
--- a/src/southbridge/intel/lynxpoint/smbus.c
+++ b/src/southbridge/intel/lynxpoint/smbus.c
@@ -80,7 +80,8 @@ static struct device_operations smbus_ops = {
};
static const unsigned short pci_device_ids[] = {
- 0x8c22, 0x9c22,
+ PCI_DEVICE_ID_INTEL_LPT_H_SMBUS,
+ PCI_DEVICE_ID_INTEL_LPT_LP_SMBUS,
0
};