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/include/device/pci_ids.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/device/pci_ids.h') diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index d99f307bd9..b54de0bdb2 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -3911,6 +3911,7 @@ /* Intel SMBUS device Ids */ #define PCI_DEVICE_ID_INTEL_LPT_H_SMBUS 0x8c22 #define PCI_DEVICE_ID_INTEL_LPT_LP_SMBUS 0x9c22 +#define PCI_DEVICE_ID_INTEL_WPT_LP_SMBUS 0x9ca2 #define PCI_DEVICE_ID_INTEL_APL_SMBUS 0x5ad4 #define PCI_DEVICE_ID_INTEL_SPT_LP_SMBUS 0x9d23 #define PCI_DEVICE_ID_INTEL_SPT_H_SMBUS 0xa123 -- cgit v1.2.3