Re: [PATCH v2] net: dsa: sja1105: fix sja1105_parse_rgmii_delays()

From: David Miller
Date: Mon Nov 25 2019 - 13:57:02 EST


From: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>
Date: Mon, 25 Nov 2019 12:43:51 +0100

> This function was using configuration of port 0 in devicetree for all ports.
> In case CPU port was not 0, the delay settings was ignored. This resulted not
> working communication between CPU and the switch.
>
> Fixes: f5b8631c293b ("net: dsa: sja1105: Error out if RGMII delays are requested in DT")
> Signed-off-by: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>
> Reviewed-by: Vladimir Oltean <olteanv@xxxxxxxxx>

Applied and queued up for -stable, thanks.