diff options
author | Arınç ÜNAL <arinc.unal@arinc9.com> | 2022-02-14 10:00:39 +0300 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-02-26 13:36:30 +0100 |
commit | 704c8426fb9d8de7ac8f41dd61e44092d7527620 (patch) | |
tree | 0a97a5bddba64210ca6964d9fbcab3ad225ae085 /target/linux/ramips | |
parent | 2b202185d2ba1eeb3e176128a738240753ba194a (diff) | |
download | upstream-704c8426fb9d8de7ac8f41dd61e44092d7527620.tar.gz upstream-704c8426fb9d8de7ac8f41dd61e44092d7527620.tar.bz2 upstream-704c8426fb9d8de7ac8f41dd61e44092d7527620.zip |
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>
Diffstat (limited to 'target/linux/ramips')
-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; }; }; }; |