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: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
parent
cbafa54aa2
commit
69e22d9ff7
|
@ -148,6 +148,7 @@
|
|||
fixed-link {
|
||||
speed = <1000>;
|
||||
full-duplex;
|
||||
pause;
|
||||
};
|
||||
|
||||
mdio {
|
||||
|
@ -183,6 +184,7 @@
|
|||
fixed-link {
|
||||
speed = <1000>;
|
||||
full-duplex;
|
||||
pause;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue