net: dsa: b53: do not enable RGMII delay on bcm63xx
authorJonas Gorski <jonas.gorski@gmail.com>
Mon, 2 Jun 2025 19:39:50 +0000 (21:39 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 5 Jun 2025 09:07:35 +0000 (11:07 +0200)
commit4af523551d876ab8b8057d1e5303a860fd736fcb
tree3e2b181592c9177d9528468be6d58f93daa87f22
parent1237c2d4a8db79dfd4369bff6930b0e385ed7d5c
net: dsa: b53: do not enable RGMII delay on bcm63xx

bcm63xx's RGMII ports are always in MAC mode, never in PHY mode, so we
shouldn't enable any delays and let the PHY handle any delays as
necessary.

This fixes using RGMII ports with normal PHYs like BCM54612E, which will
handle the delay in the PHY.

Fixes: ce3bf94871f7 ("net: dsa: b53: add support for BCM63xx RGMIIs")
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com>
Link: https://patch.msgid.link/20250602193953.1010487-3-jonas.gorski@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/dsa/b53/b53_common.c