sb/intel/lynxpoint/smbus.c: Remove invalid PCI IDs

These two IDs are for Cougar Point and Panther Point, the previous
generation of Platform Controller Hubs. So, drop their device IDs.

Change-Id: I27a58720f32b1cc3eb68c0af2d6819e16c36b954
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/47816
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by:  Felix Singer <felixsinger@posteo.net>
Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
Angel Pons 2020-11-20 19:07:30 +01:00 committed by Nico Huber
parent ea3417b5eb
commit 53ed3e501f
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ static struct device_operations smbus_ops = {
}; };
static const unsigned short pci_device_ids[] = { static const unsigned short pci_device_ids[] = {
0x1c22, 0x1e22, 0x8c22, 0x9c22, 0x8c22, 0x9c22,
0 0
}; };