diff options
author | He Yangxuan <yangxuan8282@gmail.com> | 2018-11-09 20:59:36 +0800 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-11-29 12:30:00 -0800 |
commit | 920b4d3969ccd51c33b540a1315203c9d90e785b (patch) | |
tree | 7bea4045773002f1ef1738c54ce14f6256e48bc0 /arch/arm64/boot/dts/amlogic | |
parent | 2c130695ad5265ce2eb38f55ee0cce26238f7891 (diff) | |
download | talos-obmc-linux-920b4d3969ccd51c33b540a1315203c9d90e785b.tar.gz talos-obmc-linux-920b4d3969ccd51c33b540a1315203c9d90e785b.zip |
arm64: dts: meson: p230: disable advertisement EEE for GbE.
This patch disable EEE advertisement for P230 board (DWMAC + RTL8211F).
If not disable it, the network connection is not stable, will got issues
like throughput drop or broken link.
Signed-off-by: He Yangxuan <yangxuan8282@gmail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts index 15014faa2ab2..0c8e8305b1f3 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts @@ -86,6 +86,7 @@ max-speed = <1000>; interrupt-parent = <&gpio_intc>; interrupts = <29 IRQ_TYPE_LEVEL_LOW>; + eee-broken-1000t; }; }; |