Re: [PATCH net-next v3 2/2] net: dsa: mv88e6xxx: Clear the PDOWN bit on setup
From: Vivien Didelot <hidden>
Date: 2016-03-30 14:10:53
From: Vivien Didelot <hidden>
Date: 2016-03-30 14:10:53
Patrick Uiterwijk [off-list ref] writes:
Some of the vendor-specific bootloaders set up this part of the initialization for us, so this was never added. However, since upstream bootloaders don't initialize the chip specifically, they leave the fiber MII's PDOWN flag set, which means that the CPU port doesn't connect. This patch checks whether this flag has been clear prior by something else, and if not make us clear it. Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Patrick Uiterwijk <redacted>
Tested-by: Vivien Didelot <redacted> This fixes the SerDes link on my single 6352 x86 platform. Thanks! Vivien