linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM64: meson-gxl: disable broken eee
@ 2017-07-07  1:32 Joseph Kogut
  2017-07-22 15:26 ` Kevin Hilman
  0 siblings, 1 reply; 9+ messages in thread
From: Joseph Kogut @ 2017-07-07  1:32 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-07-25 17:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-07  1:32 [PATCH] ARM64: meson-gxl: disable broken eee Joseph Kogut
2017-07-22 15:26 ` Kevin Hilman
2017-07-23 17:03   ` Joseph Kogut
2017-07-24 12:06     ` Neil Armstrong
2017-07-24 12:26       ` Neil Armstrong
2017-07-24 16:09         ` Jerome Brunet
2017-07-24 18:20           ` Martin Blumenstingl
2017-07-24 18:32             ` Jerome Brunet
2017-07-25 17:03               ` crow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).