diff options
author | Bora Guvendik <bora.guvendik@intel.com> | 2017-09-15 16:52:05 -0700 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2017-09-19 23:17:46 +0000 |
commit | a0e0b054bd086d09d0577c6c1548acae45bb3176 (patch) | |
tree | 8edf506fd4ec36d0f94616d240e479b33c1becac /src/soc | |
parent | d082b6ae848a91628b210ed7ff9fcc829cfa74f5 (diff) | |
download | coreboot-a0e0b054bd086d09d0577c6c1548acae45bb3176.tar.xz |
soc/intel/common/block: Add pci device id for CNL-Y
Change-Id: I2820a39a34a80d066ca5cb364f67dbde0203803e
Signed-off-by: Bora Guvendik <bora.guvendik@intel.com>
Reviewed-on: https://review.coreboot.org/21561
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/common/block/lpc/lpc.c | 1 |
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 1c4e2ce785..2bd9d07b34 100644 --- a/src/soc/intel/common/block/lpc/lpc.c +++ b/src/soc/intel/common/block/lpc/lpc.c @@ -113,6 +113,7 @@ static const unsigned short pci_device_ids[] = { PCI_DEVICE_ID_INTEL_KBP_LP_Y_PREMIUM, PCI_DEVICE_ID_INTEL_APL_LPC, PCI_DEVICE_ID_INTEL_GLK_LPC, + PCI_DEVICE_ID_INTEL_CNL_Y_PREMIUM_LPC, 0 }; |