mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
22 lines
696 B
Diff
22 lines
696 B
Diff
From 3a466fd3d5b921c085fd3c863cab3f1afdb90c9c Mon Sep 17 00:00:00 2001
|
|
From: Frank Wunderlich <frank-w@public-files.de>
|
|
Date: Sun, 12 Jan 2020 16:46:33 +0100
|
|
Subject: [PATCH] arm: dts: add pause to port6 of switch
|
|
|
|
to be same as gmac0
|
|
---
|
|
arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts b/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts
|
|
index 52343bd76fe5..7b8383af87e0 100644
|
|
--- a/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts
|
|
+++ b/arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts
|
|
@@ -253,6 +253,7 @@
|
|
fixed-link {
|
|
speed = <1000>;
|
|
full-duplex;
|
|
+ pause;
|
|
};
|
|
};
|
|
};
|