Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1682855
| From | Joseph Kogut <joseph.kogut@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] ARM64: meson-gxl: disable broken eee |
| Date | 2017-07-07 03:40 +0200 |
| Message-ID | <u0qpr-54Y-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Meson GXL appears to suffer from the same broken eee issue as GXB, originally fixed by feb3cbea0946. This patch disables the broken energy-efficient ethernet for GXL, avoiding the tx link breakage. Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com> --- arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi index 8d4f3160a0ee..620e8a4f9bb3 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi @@ -570,6 +570,7 @@ compatible = "ethernet-phy-id0181.4400", "ethernet-phy-ieee802.3-c22"; reg = <8>; max-speed = <100>; + eee-broken-100tx; }; }; -- 2.13.2
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH] ARM64: meson-gxl: disable broken eee Joseph Kogut <joseph.kogut@gmail.com> - 2017-07-07 03:40 +0200
csiph-web