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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
							};
						};