Skip to content

Commit ced97ee

Browse files
Vadym Kochandavem330
authored andcommitted
net: marvell: prestera: add support for AC3X 98DX3265 device
Add PCI match for AC3X 98DX3265 device which is supported by the current driver and firmware. Signed-off-by: Vadym Kochan <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent d7f576d commit ced97ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/ethernet/marvell/prestera/prestera_pci.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -756,6 +756,7 @@ static void prestera_pci_remove(struct pci_dev *pdev)
756756

757757
static const struct pci_device_id prestera_pci_devices[] = {
758758
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0xC804) },
759+
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0xC80C) },
759760
{ }
760761
};
761762
MODULE_DEVICE_TABLE(pci, prestera_pci_devices);

0 commit comments

Comments
 (0)