From 53ed3e501f4744b4dd42c1418819a5546fe4f0cf Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Fri, 20 Nov 2020 19:07:30 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/47816 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer Reviewed-by: Nico Huber --- src/southbridge/intel/lynxpoint/smbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/southbridge/intel/lynxpoint') diff --git a/src/southbridge/intel/lynxpoint/smbus.c b/src/southbridge/intel/lynxpoint/smbus.c index f616473fb9..2741951a4e 100644 --- a/src/southbridge/intel/lynxpoint/smbus.c +++ b/src/southbridge/intel/lynxpoint/smbus.c @@ -80,7 +80,7 @@ static struct device_operations smbus_ops = { }; static const unsigned short pci_device_ids[] = { - 0x1c22, 0x1e22, 0x8c22, 0x9c22, + 0x8c22, 0x9c22, 0 }; -- cgit v1.2.3