net: dsa: b53: Drop BCM5301x workaround for a wrong CPU/IMP port
authorRafał Miłecki <rafal@milecki.pl>
Thu, 16 Sep 2021 12:03:52 +0000 (14:03 +0200)
committerJakub Kicinski <kuba@kernel.org>
Fri, 17 Sep 2021 02:06:35 +0000 (19:06 -0700)
commitb290c6384afabbca5ae6e2af72fb1b2bc37922be
tree124c295fe76786c93363d49c56f2a965495f1d5e
parent983d96a9116a328668601555d96736261d33170c
net: dsa: b53: Drop BCM5301x workaround for a wrong CPU/IMP port

On BCM5301x port 8 requires a fixed link when used.

Years ago when b53 was an OpenWrt downstream driver (with configuration
based on sometimes bugged NVRAM) there was a need for a fixup. In case
of forcing fixed link for (incorrectly specified) port 5 the code had to
actually setup port 8 link.

For upstream b53 driver with setup based on DT there is no need for that
workaround. In DT we have and require correct ports setup.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/dsa/b53/b53_common.c