Skip to content
Snippets Groups Projects
Commit 69e22d9f authored by Oleksij Rempel's avatar Oleksij Rempel Committed by Thomas Bogendoerfer
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -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;
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment