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:
parent
ea3417b5eb
commit
53ed3e501f
|
@ -80,7 +80,7 @@ static struct device_operations smbus_ops = {
|
|||
};
|
||||
|
||||
static const unsigned short pci_device_ids[] = {
|
||||
0x1c22, 0x1e22, 0x8c22, 0x9c22,
|
||||
0x8c22, 0x9c22,
|
||||
0
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue