aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/i2c
diff options
context:
space:
mode:
authorRavi Sarawadi <ravishankar.sarawadi@intel.com>2017-05-18 16:00:35 -0700
committerAaron Durbin <adurbin@chromium.org>2017-05-22 21:30:28 +0200
commit3038e9bd08222bc7bb4fa3988b66c31ee9e5daff (patch)
tree8cf934ebb3b9c1bf1af1e37447831d2c75a62966 /src/soc/intel/common/block/i2c
parent240409a5f69f04d406e99cf954fb50a024ec84a1 (diff)
soc/intel/common/block: Add GLK I2C PCI IDs
Add GLK PCI IDs for I2C to use common I2C code. Change-Id: I2144199345e6382984c367f6a77f0cbb0a93daea Signed-off-by: Ravi Sarawadi <ravishankar.sarawadi@intel.com> Reviewed-on: https://review.coreboot.org/19782 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/common/block/i2c')
-rw-r--r--src/soc/intel/common/block/i2c/i2c.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/i2c/i2c.c b/src/soc/intel/common/block/i2c/i2c.c
index 9d608d8a76..fe220b58fb 100644
--- a/src/soc/intel/common/block/i2c/i2c.c
+++ b/src/soc/intel/common/block/i2c/i2c.c
@@ -174,6 +174,15 @@ static const unsigned short pci_device_ids[] = {
PCI_DEVICE_ID_INTEL_APL_I2C5,
PCI_DEVICE_ID_INTEL_APL_I2C6,
PCI_DEVICE_ID_INTEL_APL_I2C7,
+ PCI_DEVICE_ID_INTEL_GLK_I2C0,
+ PCI_DEVICE_ID_INTEL_GLK_I2C1,
+ PCI_DEVICE_ID_INTEL_GLK_I2C2,
+ PCI_DEVICE_ID_INTEL_GLK_I2C3,
+ PCI_DEVICE_ID_INTEL_GLK_I2C4,
+ PCI_DEVICE_ID_INTEL_GLK_I2C5,
+ PCI_DEVICE_ID_INTEL_GLK_I2C6,
+ PCI_DEVICE_ID_INTEL_GLK_I2C7,
+ 0,
};
static const struct pci_driver pch_i2c __pci_driver = {