diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2019-06-24 17:41:22 +0200 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2020-04-21 00:01:49 +0200 |
commit | 36f628910b8bf51216004621847f3eab3a62a10c (patch) | |
tree | 25b1d79603e778175fca5813fc4ed9552c8d2bb2 /target/linux/lantiq | |
parent | 4298f0878fa9e264212c180af8280c8a4c2e29a5 (diff) | |
download | upstream-36f628910b8bf51216004621847f3eab3a62a10c.tar.gz upstream-36f628910b8bf51216004621847f3eab3a62a10c.tar.bz2 upstream-36f628910b8bf51216004621847f3eab3a62a10c.zip |
lantiq/fritz 7312: set maximum speed to 100 mbit
The fritz 7312 does not support 1000 gbit. Advertising it makes it
worse. Some NIC will change to 1000 gibt and turn off and on again for
ever.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/files-4.19/arch/mips/boot/dts/lantiq/ar9_avm_fritz7312.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/lantiq/files-4.19/arch/mips/boot/dts/lantiq/ar9_avm_fritz7312.dts b/target/linux/lantiq/files-4.19/arch/mips/boot/dts/lantiq/ar9_avm_fritz7312.dts index aa825abd9f..0f635127f8 100644 --- a/target/linux/lantiq/files-4.19/arch/mips/boot/dts/lantiq/ar9_avm_fritz7312.dts +++ b/target/linux/lantiq/files-4.19/arch/mips/boot/dts/lantiq/ar9_avm_fritz7312.dts @@ -108,6 +108,7 @@ phy0: ethernet-phy@0 { reg = <0>; reset-gpios = <&gpio 34 GPIO_ACTIVE_LOW>; + max-speed = <100>; }; }; }; |