[openwrt/openwrt] lantiq: change phy-mode to mii for FRITZ!Box 7412

LEDE Commits lede-commits at lists.infradead.org
Fri Feb 5 16:22:45 EST 2021


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/c9619fe6a5705ea261fe5bc785b7f646fee5afce

commit c9619fe6a5705ea261fe5bc785b7f646fee5afce
Author: Aleksander Jan Bajkowski <A.Bajkowski at stud.elka.pw.edu.pl>
AuthorDate: Tue Nov 3 21:29:21 2020 +0100

    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 at stud.elka.pw.edu.pl>
    Reviewed-by: Mathias Kresin <dev at kresin.me>
    [minor commit title/message adjustments]
    Signed-off-by: Adrian Schmutzler <freifunk at adrianschmutzler.de>
---
 .../linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz7412.dts  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 at 2 {
 			compatible = "lantiq,xrx200-pdi-port";
 			reg = <2>;
-			phy-mode = "gmii";
+			phy-mode = "mii";
 			phy-handle = <&phy11>;
 		};
 	};



More information about the lede-commits mailing list