net: dsa: b53: do not configure bcm63xx's IMP port interface
authorJonas Gorski <jonas.gorski@gmail.com>
Mon, 2 Jun 2025 19:39:51 +0000 (21:39 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 5 Jun 2025 09:07:35 +0000 (11:07 +0200)
commit75f4f7b2b13008803f84768ff90396f9d7553221
tree3dde3577b810dcc20e5c88e0b9752f2993f5ec4a
parent4af523551d876ab8b8057d1e5303a860fd736fcb
net: dsa: b53: do not configure bcm63xx's IMP port interface

The IMP port is not a valid RGMII interface, but hard wired to internal,
so we shouldn't touch the undefined register B53_RGMII_CTRL_IMP.

While this does not seem to have any side effects, let's not touch it at
all, so limit RGMII configuration on bcm63xx to the actual RGMII ports.

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-4-jonas.gorski@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
drivers/net/dsa/b53/b53_common.c