soc/intel/skylake: Add device id for PCH-Y

Add device id for PCH-Y used in Kaby Lake RVP3 board.

Change-Id: I9235265cf88e4d044e7216f53e6da7021fb68238
Signed-off-by: Naresh G Solanki <naresh.solanki@intel.com>
Reviewed-on: https://review.coreboot.org/17244
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
Naresh G Solanki
2016-11-06 12:36:31 +05:30
committed by Martin Roth
parent 99f2f113ec
commit 50bb67eea0
3 changed files with 9 additions and 6 deletions

View File

@@ -319,6 +319,7 @@ static const unsigned short pci_device_ids[] = {
PCH_SPT_LP_Y_PREMIUM,
PCH_KBL_LP_U_PREMIUM,
PCH_KBL_LP_Y_PREMIUM,
PCH_KBL_LP_Y_PREMIUM_HDCP22,
0
};