From: Jakub Kicinski Date: Tue, 4 Nov 2025 00:40:37 +0000 (-0800) Subject: Merge branch 'net-dsa-b53-fix-bcm63xx-rgmii-user-ports-with-speed-1g' X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c7321193bcd7ddb22fdd9ae26516c8963e31e134;p=thirdparty%2Fkernel%2Flinux.git 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 --- c7321193bcd7ddb22fdd9ae26516c8963e31e134