diff options
author | Furquan Shaikh <furquan@google.com> | 2018-05-30 19:57:14 -0700 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2018-06-01 12:47:40 +0000 |
commit | 39130a4f1ee66fcb6c9acf4c3cf7488e50a2271c (patch) | |
tree | 705f6cb518c18c78758eb8b6f156500b2e4caff3 /src/include | |
parent | 1f3135427b8393660db882199578a728842b4d0b (diff) | |
download | coreboot-39130a4f1ee66fcb6c9acf4c3cf7488e50a2271c.tar.xz |
drivers/intel/wifi: Add PCI ID for Intel TP2 Wi-Fi
This change adds PCI ID for Intel TP2 Wi-Fi and adds that to
pci_device_ids in Intel wifi driver.
Change-Id: I51abf615fca6001d564e7cd672cc16f3a0fb8dd6
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/26723
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/device/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index c5ede36f28..40f2ea4918 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -2986,6 +2986,7 @@ #define PCI_DEVICE_ID_JP_9000_SERIES_1_WIFI 0x9df0 #define PCI_DEVICE_ID_JP_9000_SERIES_2_WIFI 0x31dc #define PCI_DEVICE_ID_JP_9000_SERIES_3_WIFI 0xa370 +#define PCI_DEVICE_ID_TP_9260_SERIES_WIFI 0x2526 #define PCI_DEVICE_ID_HrP_9560_SERIES_1_WIFI 0x34f0 #define PCI_DEVICE_ID_HrP_9560_SERIES_2_WIFI 0xa0f0 |