net: phy: broadcom: fix RGMII delays for BCM54210E
authorMichael Walle <mwalle@kernel.org>
Thu, 27 Nov 2025 15:25:27 +0000 (16:25 +0100)
committerJerome Forissier <jerome.forissier@linaro.org>
Mon, 1 Dec 2025 08:52:33 +0000 (09:52 +0100)
commit7c1b99bd60185c24d2c78862c3345895ffcd1d71
treed156c6ed049af6cf50b02b4554841336c309ab1f
parent85a7e45c3350afd9f7c17bb0bb2a47aa94be982d
net: phy: broadcom: fix RGMII delays for BCM54210E

bcm54210e_config() configures the RGMII delays and then calls
bcm5461_config(). But the latter will do a PHY soft reset and thus
resets the delay settings again. Call bcm5461_config() first to fix it.

Fixes: cba79a1b2e11 ("net: phy: broadcom: add support for BCM54210E")
Signed-off-by: Michael Walle <mwalle@kernel.org>
Reviewed-by: Rafał Miłecki <rafal@milecki.pl>
drivers/net/phy/broadcom.c