diff options
author | Lijian Zhao <lijian.zhao@intel.com> | 2018-03-13 17:45:52 -0700 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2018-03-19 22:37:52 +0000 |
commit | f46bd356637c7280b104c3d55405c650e6e65633 (patch) | |
tree | c7a4a0ec4da6d69076cf89672290f9aa109c7d25 /src/drivers | |
parent | 3cb00ef84e553ced68f60c0a1f6cf74e24188602 (diff) |
drivers/intel/wifi: Add Jefferson Peak Device ID
The following PCI device ID can be included for jefferson peak wifi
devices driver support, and they are:
9df0 for jefferson peak on Cannonlake-LP w/CNVi
A370 for jefferson peak on Cannonlake-H w/CNVi
31dc for jefferson peak on Geminilake w/CNVi
BUG=None
TEST=None
Change-Id: I48886cea5578a302f6ef033cb35df4a38bd64ea8
Signed-off-by: Lijian Zhao <lijian.zhao@intel.com>
Reviewed-on: https://review.coreboot.org/25146
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/drivers')
-rw-r--r-- | src/drivers/intel/wifi/wifi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/intel/wifi/wifi.c b/src/drivers/intel/wifi/wifi.c index 3b21165bd3..9349e53146 100644 --- a/src/drivers/intel/wifi/wifi.c +++ b/src/drivers/intel/wifi/wifi.c @@ -238,6 +238,7 @@ static const unsigned short pci_device_ids[] = { 0x4236, 0x4237, 0x4238, 0x4239, 0x423b, 0x423d, 0x08b1, 0x08b2, /* Wilkins Peak 2 */ 0x095a, 0x095b, /* Stone Peak 2 */ + 0x9df0, 0x31dc, 0x0a370, /* Jefferson Peak */ 0 }; |