From 8af3e0eb426ddec222d20e1fd92600b5042ab3b4 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Wed, 3 Mar 2021 16:55:01 +0100 Subject: soc/intel/broadwell/pch: Use Lynx Point smbus.c Continue unifying Lynx Point and Wildcat Point (PCH for Broadwell) code. Define the WPT-LP SMBus PCI device ID, add it to smbus.c of Lynx Point, and drop all now-unnecessary SMBus code from Broadwell. Change-Id: I864d7c2dd47895a3c559e2f1219425cda9fd0c17 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/51235 Tested-by: build bot (Jenkins) Reviewed-by: Tim Wawrzynczak --- src/southbridge/intel/lynxpoint/smbus.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/southbridge') diff --git a/src/southbridge/intel/lynxpoint/smbus.c b/src/southbridge/intel/lynxpoint/smbus.c index e2d42acb23..32c9c14e40 100644 --- a/src/southbridge/intel/lynxpoint/smbus.c +++ b/src/southbridge/intel/lynxpoint/smbus.c @@ -40,6 +40,7 @@ static struct device_operations smbus_ops = { static const unsigned short pci_device_ids[] = { PCI_DEVICE_ID_INTEL_LPT_H_SMBUS, PCI_DEVICE_ID_INTEL_LPT_LP_SMBUS, + PCI_DEVICE_ID_INTEL_WPT_LP_SMBUS, 0 }; -- cgit v1.2.3