]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
net: dsa: sja1105: fix sja1105_parse_rgmii_delays()
authorOleksij Rempel <o.rempel@pengutronix.de>
Mon, 25 Nov 2019 11:43:51 +0000 (12:43 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 Nov 2019 18:56:12 +0000 (10:56 -0800)
commit9bca3a0a923fc3f0fb9e41391be1d0f291e86858
tree13aaf4cc6a3377ae777da0d5923184e9e2efd24f
parent1d7ea55668878bb350979c377fc72509dd6f5b21
net: dsa: sja1105: fix sja1105_parse_rgmii_delays()

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@pengutronix.de>
Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/sja1105/sja1105_main.c