aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel
diff options
context:
space:
mode:
authorJonathan Zhang <jonzhang@fb.com>2020-12-11 17:13:52 -0800
committerHung-Te Lin <hungte@chromium.org>2020-12-14 08:17:56 +0000
commitf0fd6aeecd74da20967817b66e1074bbb201372b (patch)
tree08c3afb2cb5f34841147860d8ea2dfe8354f6558 /src/soc/intel
parent9223b71a4c9a7515fb2d5e2fdffa244ed696a5ac (diff)
intel/common/block/lpc: Add new device IDs for Emmitsburg PCH
Add LPC/eSPI device ID of Emmitsburg (EMB) for setting LPC resources. Refer to Emmitsburg PCH EDS (606161). Signed-off-by: Jonathan Zhang <jonzhang@fb.com> Change-Id: Ie5a5d9ba7e4f664ada2dae2294d6e4d0280a2157 Reviewed-on: https://review.coreboot.org/c/coreboot/+/48596 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/intel')
-rw-r--r--src/soc/intel/common/block/lpc/lpc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/lpc/lpc.c b/src/soc/intel/common/block/lpc/lpc.c
index fc24b0adcb..369b6b1911 100644
--- a/src/soc/intel/common/block/lpc/lpc.c
+++ b/src/soc/intel/common/block/lpc/lpc.c
@@ -153,6 +153,7 @@ static const unsigned short pci_device_ids[] = {
PCI_DEVICE_ID_INTEL_LWB_C621A_SUPER,
PCI_DEVICE_ID_INTEL_LWB_C627A_SUPER,
PCI_DEVICE_ID_INTEL_LWB_C629A_SUPER,
+ PCI_DEVICE_ID_INTEL_EMB_SUPER,
PCI_DEVICE_ID_INTEL_KBP_H_Q270,
PCI_DEVICE_ID_INTEL_KBP_H_H270,
PCI_DEVICE_ID_INTEL_KBP_H_Z270,