diff options
| author | Aleksander Jan Bajkowski | 2020-11-03 20:29:21 +0000 |
|---|---|---|
| committer | Adrian Schmutzler | 2021-02-05 17:56:19 +0000 |
| commit | c9619fe6a5705ea261fe5bc785b7f646fee5afce (patch) | |
| tree | d4a7888f7ed401ff55270e4f93803250732216cb | |
| parent | 04a0e5c082a802427ef045dd211e5b023a06abec (diff) | |
| download | openwrt-c9619fe6a5705ea261fe5bc785b7f646fee5afce.tar.gz | |
lantiq: change phy-mode to mii for FRITZ!Box 7412
FRITZ!Box 7412 loads the firmware for fast ethernet PHY and mii is
more accurate in this case.
Gmii is used by Gigabit ethernet PHYs.
Signed-off-by: Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl>
Reviewed-by: Mathias Kresin <dev@kresin.me>
[minor commit title/message adjustments]
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
| -rw-r--r-- | target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz7412.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz7412.dts b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz7412.dts index 2ee0cfd13c..3b1703dd3c 100644 --- a/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz7412.dts +++ b/target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz7412.dts @@ -195,7 +195,7 @@ ethernet@2 { compatible = "lantiq,xrx200-pdi-port"; reg = <2>; - phy-mode = "gmii"; + phy-mode = "mii"; phy-handle = <&phy11>; }; }; |