Hi, while working on a Banana Pi R1 based system I faced inconsistent switch configurations. The switch is attached to an EEPROM which feeds additional configuration which is applied after the reset of the chip.
As a result all ports remained active while the DSA subsystem assumed that those ports were inactive after the reset. Disable the ports on switch setup to get a consistent view of things between real life and DSA. Benedikt Spranger (1): net: dsa: b53: Disable all ports on setup drivers/net/dsa/b53/b53_common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.20.1