diff mbox series

[v1,3/3] MIPS: ath79: ar9331: add pause property for the MAC <> switch link

Message ID 20210514051743.15248-3-o.rempel@pengutronix.de (mailing list archive)
State Accepted
Commit 69e22d9ff71bae14a5ccaa04e3d15da333ae87d6
Headers show
Series [v1,1/3] dt-bindings: vendor-prefixes: Add an entry for OpenEmbed | expand

Commit Message

Oleksij Rempel May 14, 2021, 5:17 a.m. UTC
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>
---
 arch/mips/boot/dts/qca/ar9331.dtsi | 2 ++
 1 file changed, 2 insertions(+)

Comments

Thomas Bogendoerfer May 27, 2021, 11:43 a.m. UTC | #1
On Fri, May 14, 2021 at 07:17:43AM +0200, Oleksij Rempel wrote:
> 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>
> ---
>  arch/mips/boot/dts/qca/ar9331.dtsi | 2 ++
>  1 file changed, 2 insertions(+)

applied to mips-next.

Thomas.
diff mbox series

Patch

diff --git a/arch/mips/boot/dts/qca/ar9331.dtsi b/arch/mips/boot/dts/qca/ar9331.dtsi
index 83b3c0ce135a..c4102b280b47 100644
--- a/arch/mips/boot/dts/qca/ar9331.dtsi
+++ b/arch/mips/boot/dts/qca/ar9331.dtsi
@@ -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;
 							};
 						};