[v4, 3/3] ARM: dts: vf610-zii-dev-rev-b: Remove 'fixed-link' from DSA ports
From: andrew@lunn.ch (Andrew Lunn)
Date: 2016-12-21 15:22:47
Also in:
linux-devicetree, lkml
From: andrew@lunn.ch (Andrew Lunn)
Date: 2016-12-21 15:22:47
Also in:
linux-devicetree, lkml
On Wed, Dec 21, 2016 at 02:25:19PM +0100, Uwe Kleine-K?nig wrote:
On Wed, Dec 21, 2016 at 03:58:45PM +0300, Nikita Yushchenko wrote:quoted
quoted
Remove 'fixed-link' nodes from DSA ports since they are not needed (they are not limiting link's speed and the ports will be configured to their maximux speed as a default) Suggested-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Andrey Smirnov <redacted>With this patch, ports connected to revB's second switch stop working.This is probably because without a fixed-link node the phy-mode setting isn't applied by the driver.
Yep, bad suggestion from me. If the phy-mode was not needed, then you can drop the fixed-link. With the phy-mode, you also need the fixed link. Sorry for the wasted time, Andrew