diff options
Diffstat (limited to 'src/southbridge/intel')
-rw-r--r-- | src/southbridge/intel/lynxpoint/smbus.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/southbridge/intel/lynxpoint/smbus.c b/src/southbridge/intel/lynxpoint/smbus.c index f9deb7d57f..307d7d4b65 100644 --- a/src/southbridge/intel/lynxpoint/smbus.c +++ b/src/southbridge/intel/lynxpoint/smbus.c @@ -109,7 +109,10 @@ static struct device_operations smbus_ops = { .ops_pci = &smbus_pci_ops, }; -static const unsigned short pci_device_ids[] = { 0x1c22, 0x1e22, 0x9c22, 0 }; +static const unsigned short pci_device_ids[] = { + 0x1c22, 0x1e22, 0x8c22, 0x9c22, + 0 +}; static const struct pci_driver pch_smbus __pci_driver = { .ops = &smbus_ops, |