summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaju Rangoju <rajur@chelsio.com>2021-02-02 23:55:11 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-02-26 10:10:28 +0100
commite6f7bf29e32daebd976c55b9683cf04c3cc2049b (patch)
treeabf7a41d4bcbea40928ff808b607cee6e1dcd3e6
parentaaf830ad624a5df6655b50b2a1c86efe0e5fb486 (diff)
downloadlinux-stable-e6f7bf29e32daebd976c55b9683cf04c3cc2049b.tar.gz
linux-stable-e6f7bf29e32daebd976c55b9683cf04c3cc2049b.tar.bz2
linux-stable-e6f7bf29e32daebd976c55b9683cf04c3cc2049b.zip
cxgb4: Add new T6 PCI device id 0x6092
[ Upstream commit 3401e4aa43a540881cc97190afead650e709c418 ] Signed-off-by: Raju Rangoju <rajur@chelsio.com> Link: https://lore.kernel.org/r/20210202182511.8109-1-rajur@chelsio.com Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
-rw-r--r--drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h b/drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h
index 0c5373462ced..0b1b5f9c67d4 100644
--- a/drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h
+++ b/drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl.h
@@ -219,6 +219,7 @@ CH_PCI_DEVICE_ID_TABLE_DEFINE_BEGIN
CH_PCI_ID_TABLE_FENTRY(0x6089), /* Custom T62100-KR */
CH_PCI_ID_TABLE_FENTRY(0x608a), /* Custom T62100-CR */
CH_PCI_ID_TABLE_FENTRY(0x608b), /* Custom T6225-CR */
+ CH_PCI_ID_TABLE_FENTRY(0x6092), /* Custom T62100-CR-LOM */
CH_PCI_DEVICE_ID_TABLE_DEFINE_END;
#endif /* __T4_PCI_ID_TBL_H__ */