aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorKapil Porwal <kapilporwal@google.com>2022-12-19 09:18:39 +0530
committerSubrata Banik <subratabanik@google.com>2022-12-20 15:48:41 +0000
commit0dd4494063196f96502a816119d5af6045ac7351 (patch)
treee2684ae54a04a47985e35166de145342df1c0e07 /src/include
parenta36f4f5fc63a245c1d00783928873667f19bd9ba (diff)
soc/intel/cmn/block/cnvi: Add missing CNVI IDs for ADL
Add missing CNVI IDs for ADL - ADL-P: 0x51f2, 0x51f3 ADL-S: 0x7af1, 0x7af2, 0x7af3 Signed-off-by: Kapil Porwal <kapilporwal@google.com> Change-Id: I189be9a8c8895a93d98886e6591e771bbce5f564 Reviewed-on: https://review.coreboot.org/c/coreboot/+/71078 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Reviewed-by: Reka Norman <rekanorman@chromium.org>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/device/pci_ids.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index ffa4698066..196f8e6727 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -4476,7 +4476,12 @@
#define PCI_DID_INTEL_TGL_H_CNVI_BT_2 0x43f7
#define PCI_DID_INTEL_ADL_P_CNVI_WIFI_0 0x51f0
#define PCI_DID_INTEL_ADL_P_CNVI_WIFI_1 0x51f1
+#define PCI_DID_INTEL_ADL_P_CNVI_WIFI_2 0x51f2
+#define PCI_DID_INTEL_ADL_P_CNVI_WIFI_3 0x51f3
#define PCI_DID_INTEL_ADL_S_CNVI_WIFI_0 0x7af0
+#define PCI_DID_INTEL_ADL_S_CNVI_WIFI_1 0x7af1
+#define PCI_DID_INTEL_ADL_S_CNVI_WIFI_2 0x7af2
+#define PCI_DID_INTEL_ADL_S_CNVI_WIFI_3 0x7af3
#define PCI_DID_INTEL_ADL_N_CNVI_WIFI_0 0x54f0
#define PCI_DID_INTEL_ADL_N_CNVI_WIFI_1 0x54f1
#define PCI_DID_INTEL_ADL_N_CNVI_WIFI_2 0x54f2