net: marvell: prestera: add support for AC3X 98DX3265 device
authorVadym Kochan <vkochan@marvell.com>
Fri, 16 Apr 2021 23:17:51 +0000 (02:17 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 19 Apr 2021 23:13:58 +0000 (16:13 -0700)
Add PCI match for AC3X 98DX3265 device which is supported by the current
driver and firmware.

Signed-off-by: Vadym Kochan <vkochan@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/marvell/prestera/prestera_pci.c

index be56776..2981101 100644 (file)
@@ -756,6 +756,7 @@ static void prestera_pci_remove(struct pci_dev *pdev)
 
 static const struct pci_device_id prestera_pci_devices[] = {
        { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0xC804) },
+       { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0xC80C) },
        { }
 };
 MODULE_DEVICE_TABLE(pci, prestera_pci_devices);