Commit 69e22d9f authored by Oleksij Rempel's avatar Oleksij Rempel Committed by Thomas Bogendoerfer

MIPS: ath79: ar9331: add pause property for the MAC <> switch link

Both, MAC and switch support flow control, so add pause property for the
MAC <> switch link.
Signed-off-by: default avatarOleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent cbafa54a
......@@ -148,6 +148,7 @@ eth1: ethernet@1a000000 {
fixed-link {
speed = <1000>;
full-duplex;
pause;
};
mdio {
......@@ -183,6 +184,7 @@ switch_port0: port@0 {
fixed-link {
speed = <1000>;
full-duplex;
pause;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment