From 3888292fd04116e1012c57b38328ecbc23103d11 Mon Sep 17 00:00:00 2001 From: Sumeet Pawnikar Date: Thu, 29 Jul 2021 22:09:14 +0530 Subject: soc/intel/adl: Update PCI ID for ADL-M SKU Update PCI ID for ADL-M as per document 643775. BUG=None BRANCH=None Change-Id: Ia2c5ce270bc421d8a41cc4bc6ce0b51987d2aaec Signed-off-by: Sumeet Pawnikar Reviewed-on: https://review.coreboot.org/c/coreboot/+/56846 Tested-by: build bot (Jenkins) Reviewed-by: Selma Bensaid Reviewed-by: Tim Wawrzynczak --- src/include/device/pci_ids.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/device') diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 2fad168687..c36c1c6b42 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -3980,7 +3980,6 @@ #define PCI_DEVICE_ID_INTEL_ADL_S_ID_14 0x4623 #define PCI_DEVICE_ID_INTEL_ADL_S_ID_15 0x0060 #define PCI_DEVICE_ID_INTEL_ADL_P_ID_1 0x4629 -#define PCI_DEVICE_ID_INTEL_ADL_P_ID_2 0x460a #define PCI_DEVICE_ID_INTEL_ADL_P_ID_3 0x4641 #define PCI_DEVICE_ID_INTEL_ADL_P_ID_4 0x4649 #define PCI_DEVICE_ID_INTEL_ADL_P_ID_5 0x4621 @@ -3989,6 +3988,7 @@ #define PCI_DEVICE_ID_INTEL_ADL_P_ID_8 0x4661 #define PCI_DEVICE_ID_INTEL_ADL_P_ID_9 0x467f #define PCI_DEVICE_ID_INTEL_ADL_M_ID_1 0x4602 +#define PCI_DEVICE_ID_INTEL_ADL_M_ID_2 0x460a /* Intel SMBUS device Ids */ #define PCI_DEVICE_ID_INTEL_LPT_H_SMBUS 0x8c22 #define PCI_DEVICE_ID_INTEL_LPT_LP_SMBUS 0x9c22 -- cgit v1.2.3