From: Anoob Joseph <ano...@marvell.com> Add CPT cn20k device enumeration.
Signed-off-by: Anoob Joseph <ano...@marvell.com> --- drivers/common/cnxk/roc_constants.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/common/cnxk/roc_constants.h b/drivers/common/cnxk/roc_constants.h index 67cd74b28a..ac492651de 100644 --- a/drivers/common/cnxk/roc_constants.h +++ b/drivers/common/cnxk/roc_constants.h @@ -55,6 +55,8 @@ #define PCI_DEVID_CN9K_RVU_CPT_VF 0xA0FE #define PCI_DEVID_CN10K_RVU_CPT_PF 0xA0F2 #define PCI_DEVID_CN10K_RVU_CPT_VF 0xA0F3 +#define PCI_DEVID_CN20K_RVU_CPT_PF 0xA0F2 +#define PCI_DEVID_CN20K_RVU_CPT_VF 0xA0F3 #define PCI_DEVID_CN10K_ML_PF 0xA092 -- 2.34.1