diff options
Diffstat (limited to 'src/soc/intel/common/block')
-rw-r--r-- | src/soc/intel/common/block/cnvi/cnvi.c | 4 | ||||
-rw-r--r-- | src/soc/intel/common/block/ipu/ipu.c | 1 | ||||
-rw-r--r-- | src/soc/intel/common/block/pcie/pcie.c | 2 | ||||
-rw-r--r-- | src/soc/intel/common/block/systemagent/systemagent.c | 2 |
4 files changed, 9 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/cnvi/cnvi.c b/src/soc/intel/common/block/cnvi/cnvi.c index d3d4085e6a..8ce313586b 100644 --- a/src/soc/intel/common/block/cnvi/cnvi.c +++ b/src/soc/intel/common/block/cnvi/cnvi.c @@ -39,6 +39,10 @@ static const unsigned short wifi_pci_device_ids[] = { PCI_DEVICE_ID_INTEL_TGL_H_CNVI_WIFI_1, PCI_DEVICE_ID_INTEL_TGL_H_CNVI_WIFI_2, PCI_DEVICE_ID_INTEL_TGL_H_CNVI_WIFI_3, + PCI_DEVICE_ID_INTEL_ADL_N_CNVI_WIFI_0, + PCI_DEVICE_ID_INTEL_ADL_N_CNVI_WIFI_1, + PCI_DEVICE_ID_INTEL_ADL_N_CNVI_WIFI_2, + PCI_DEVICE_ID_INTEL_ADL_N_CNVI_WIFI_3, 0 }; diff --git a/src/soc/intel/common/block/ipu/ipu.c b/src/soc/intel/common/block/ipu/ipu.c index 30673cd960..a9d2bc093b 100644 --- a/src/soc/intel/common/block/ipu/ipu.c +++ b/src/soc/intel/common/block/ipu/ipu.c @@ -16,6 +16,7 @@ static const uint16_t pci_device_ids[] = { PCI_DEVICE_ID_INTEL_TGL_H_IPU, PCI_DEVICE_ID_INTEL_JSL_IPU, PCI_DEVICE_ID_INTEL_ADL_IPU, + PCI_DEVICE_ID_INTEL_ADL_N_IPU, 0 }; diff --git a/src/soc/intel/common/block/pcie/pcie.c b/src/soc/intel/common/block/pcie/pcie.c index 0c3e2250c7..18f1bc5557 100644 --- a/src/soc/intel/common/block/pcie/pcie.c +++ b/src/soc/intel/common/block/pcie/pcie.c @@ -366,6 +366,8 @@ static const unsigned short pcie_device_ids[] = { PCI_DEVICE_ID_INTEL_ADP_M_PCIE_RP8, PCI_DEVICE_ID_INTEL_ADP_M_PCIE_RP9, PCI_DEVICE_ID_INTEL_ADP_M_PCIE_RP10, + PCI_DEVICE_ID_INTEL_ADP_N_PCIE_RP11, + PCI_DEVICE_ID_INTEL_ADP_N_PCIE_RP12, 0 }; diff --git a/src/soc/intel/common/block/systemagent/systemagent.c b/src/soc/intel/common/block/systemagent/systemagent.c index 2a7979796b..f50690ea79 100644 --- a/src/soc/intel/common/block/systemagent/systemagent.c +++ b/src/soc/intel/common/block/systemagent/systemagent.c @@ -438,6 +438,8 @@ static const unsigned short systemagent_ids[] = { PCI_DEVICE_ID_INTEL_ADL_M_ID_2, PCI_DEVICE_ID_INTEL_ADL_N_ID_1, PCI_DEVICE_ID_INTEL_ADL_N_ID_2, + PCI_DEVICE_ID_INTEL_ADL_N_ID_3, + PCI_DEVICE_ID_INTEL_ADL_N_ID_4, 0 }; |