diff options
author | Sean Rhodes <sean@starlabs.systems> | 2022-09-07 13:30:05 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-09-08 15:33:35 +0000 |
commit | f251660a0ec0fc858ccd869ca6153cc5603f20bf (patch) | |
tree | ab12371978867c7d3b74f21de30bf2f7d08361be /src/soc | |
parent | e7bdc1b9e0219ec7598969a4e1d7f34213170261 (diff) |
soc/intel/common/smbus: Add missing ID for GLK
PCI ID taken from Intel doc #569262.
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: I31d4b7edf3288794c86a6d2b78acdc4cf0ac611f
Reviewed-on: https://review.coreboot.org/c/coreboot/+/67405
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/common/block/smbus/smbus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/smbus/smbus.c b/src/soc/intel/common/block/smbus/smbus.c index 36305d7b57..09e3d7f084 100644 --- a/src/soc/intel/common/block/smbus/smbus.c +++ b/src/soc/intel/common/block/smbus/smbus.c @@ -53,6 +53,7 @@ static const unsigned short pci_device_ids[] = { PCI_DID_INTEL_MTL_SMBUS, PCI_DID_INTEL_RPP_P_SMBUS, PCI_DID_INTEL_APL_SMBUS, + PCI_DID_INTEL_GLK_SMBUS, PCI_DID_INTEL_CNL_SMBUS, PCI_DID_INTEL_CNP_H_SMBUS, PCI_DID_INTEL_SPT_LP_SMBUS, |