Skip to content

Commit

Permalink
arm: dts: mt7623: enable flow control on port@6
Browse files Browse the repository at this point in the history
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Matthias Brugger <[email protected]>
  • Loading branch information
arinc9 authored and mbgg committed Jun 9, 2023
1 parent cf8f3a7 commit 031bf30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/mt7623a.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
fixed-link {
speed = <1000>;
full-duplex;
pause;
};
};
};
Expand Down
1 change: 1 addition & 0 deletions arch/arm/boot/dts/mt7623n-rfb-emmc.dts
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@
fixed-link {
speed = <1000>;
full-duplex;
pause;
};
};
};
Expand Down

0 comments on commit 031bf30

Please sign in to comment.