2021-04-16 23:03:21

by Vadym Kochan

[permalink] [raw]
Subject: [PATCH] net: marvell: prestera: add support for AC3X 98DX3265 device

From: Vadym Kochan <[email protected]>

Add PCI match for AC3X 98DX3265 device which is supported by the current
driver and firmware.

Signed-off-by: Vadym Kochan <[email protected]>
---
drivers/net/ethernet/marvell/prestera/prestera_pci.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/net/ethernet/marvell/prestera/prestera_pci.c b/drivers/net/ethernet/marvell/prestera/prestera_pci.c
index be5677623455..298110119272 100644
--- a/drivers/net/ethernet/marvell/prestera/prestera_pci.c
+++ b/drivers/net/ethernet/marvell/prestera/prestera_pci.c
@@ -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);
--
2.17.1


2021-04-16 23:15:45

by Vadym Kochan

[permalink] [raw]
Subject: Re: [PATCH] net: marvell: prestera: add support for AC3X 98DX3265 device

On Sat, Apr 17, 2021 at 02:02:02AM +0300, Vadym Kochan wrote:
> From: Vadym Kochan <[email protected]>
>
> Add PCI match for AC3X 98DX3265 device which is supported by the current
> driver and firmware.
>
> Signed-off-by: Vadym Kochan <[email protected]>
> ---
> drivers/net/ethernet/marvell/prestera/prestera_pci.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/net/ethernet/marvell/prestera/prestera_pci.c b/drivers/net/ethernet/marvell/prestera/prestera_pci.c
> index be5677623455..298110119272 100644
> --- a/drivers/net/ethernet/marvell/prestera/prestera_pci.c
> +++ b/drivers/net/ethernet/marvell/prestera/prestera_pci.c
> @@ -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);
> --
> 2.17.1
>

Sorry, will re-send it with net-next label.