Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1682855 > unrolled thread

[PATCH] ARM64: meson-gxl: disable broken eee

Started byJoseph Kogut <joseph.kogut@gmail.com>
First post2017-07-07 03:40 +0200
Last post2017-07-07 03:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARM64: meson-gxl: disable broken eee Joseph Kogut <joseph.kogut@gmail.com> - 2017-07-07 03:40 +0200

#1682855 — [PATCH] ARM64: meson-gxl: disable broken eee

FromJoseph Kogut <joseph.kogut@gmail.com>
Date2017-07-07 03:40 +0200
Subject[PATCH] ARM64: meson-gxl: disable broken eee
Message-ID<u0qpr-54Y-3@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web