Re: [PATCH v2] net: netsec: Ignore 'phy-mode' on SynQuacer in DT mode

From: Simon Horman
Date: Sun Jul 30 2023 - 12:19:28 EST


On Fri, Jul 28, 2023 at 11:51:03PM +0100, Mark Brown wrote:

...

> diff --git a/drivers/net/ethernet/socionext/netsec.c b/drivers/net/ethernet/socionext/netsec.c
> index 2d7347b71c41..cdb05db3d6ac 100644
> --- a/drivers/net/ethernet/socionext/netsec.c
> +++ b/drivers/net/ethernet/socionext/netsec.c
> @@ -1851,6 +1851,17 @@ static int netsec_of_probe(struct platform_device *pdev,
> return err;
> }
>
> + /*
> + * SynQuacer is physically configured with TX and RX delays
> + * but the standard firwmare claimed otherwise for a long

nit: firwmare -> firmware

...