diff options
| author | Arınç ÜNAL | 2022-02-14 07:00:39 +0000 |
|---|---|---|
| committer | Petr Štetiar | 2022-02-26 12:36:30 +0000 |
| commit | 704c8426fb9d8de7ac8f41dd61e44092d7527620 (patch) | |
| tree | 0a97a5bddba64210ca6964d9fbcab3ad225ae085 | |
| parent | 2b202185d2ba1eeb3e176128a738240753ba194a (diff) | |
| download | openwrt-704c8426fb9d8de7ac8f41dd61e44092d7527620.tar.gz | |
ramips: mt7621-dts: enable flow control on port@6
Flow control needs to be enabled on both sides to work.
It is already enabled on gmac0, enable it on port@6 too.
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
Tested-by: Sungbo Eo <mans0n@gorani.run>
| -rw-r--r-- | target/linux/ramips/dts/mt7621.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7621.dtsi b/target/linux/ramips/dts/mt7621.dtsi index ec95223a62..bfb66740a2 100644 --- a/target/linux/ramips/dts/mt7621.dtsi +++ b/target/linux/ramips/dts/mt7621.dtsi @@ -532,6 +532,7 @@ fixed-link { speed = <1000>; full-duplex; + pause; }; }; }; |