arm: dts: mt7623: 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>
Link: https://lore.kernel.org/r/20230210182505.24597-5-arinc.unal@arinc9.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
This commit is contained in:
Arınç ÜNAL 2023-02-10 21:25:04 +03:00 committed by Matthias Brugger
parent cf8f3a7a04
commit 031bf30966
2 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,7 @@
fixed-link {
speed = <1000>;
full-duplex;
pause;
};
};
};

View File

@ -230,6 +230,7 @@
fixed-link {
speed = <1000>;
full-duplex;
pause;
};
};
};