From a0e0b054bd086d09d0577c6c1548acae45bb3176 Mon Sep 17 00:00:00 2001 From: Bora Guvendik Date: Fri, 15 Sep 2017 16:52:05 -0700 Subject: soc/intel/common/block: Add pci device id for CNL-Y MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I2820a39a34a80d066ca5cb364f67dbde0203803e Signed-off-by: Bora Guvendik Reviewed-on: https://review.coreboot.org/21561 Tested-by: build bot (Jenkins) Reviewed-by: Jonathan Neuschäfer Reviewed-by: Aaron Durbin --- src/soc/intel/common/block/lpc/lpc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/common/block') 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 }; -- cgit v1.2.3