Commit ced97eea authored by Vadym Kochan's avatar Vadym Kochan Committed by David S. Miller
Browse files

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: default avatarVadym Kochan <vkochan@marvell.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d7f576dc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);