]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'net-dsa-b53-fix-bcm63xx-rgmii-user-ports-with-speed-1g'
authorJakub Kicinski <kuba@kernel.org>
Tue, 4 Nov 2025 00:40:37 +0000 (16:40 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 4 Nov 2025 00:40:38 +0000 (16:40 -0800)
commitc7321193bcd7ddb22fdd9ae26516c8963e31e134
tree5a9625780272d9cd4539e28534c393350270c171
parent7ed8b63ddc9a9578eae81f4da32761568a25efad
parent3e4ebdc1606adf77744cf8ed7a433d279fdc57ba
Merge branch 'net-dsa-b53-fix-bcm63xx-rgmii-user-ports-with-speed-1g'

Jonas Gorski says:

====================
net: dsa: b53: fix bcm63xx rgmii user ports with speed < 1g

It seems that the integrated switch in bcm63xx does not support polling
external PHYs for link configuration. While the appropriate registers
seem to exist with expected content, changing them does nothing.

This results in user ports with external PHYs only working in 1000/fd,
and not in other modes, despite linking up.

Fix this by writing the link result into the port state override
register, like we already do for fixed links.

With this, ports with lower speeds can successfully transmit and receive
packets.

This also aligns the behaviour with the old bcm63xx_enetsw driver for
those ports.
====================

Link: https://patch.msgid.link/20251101132807.50419-1-jonas.gorski@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>