Skip to content

Commit 031bf30

Browse files
arinc9mbgg
authored andcommitted
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>
1 parent cf8f3a7 commit 031bf30

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

arch/arm/boot/dts/mt7623a.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
fixed-link {
8989
speed = <1000>;
9090
full-duplex;
91+
pause;
9192
};
9293
};
9394
};

arch/arm/boot/dts/mt7623n-rfb-emmc.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@
230230
fixed-link {
231231
speed = <1000>;
232232
full-duplex;
233+
pause;
233234
};
234235
};
235236
};

0 commit comments

Comments
 (0)