Explorar o código

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 <[email protected]>
Reviewed-by: Mathias Kresin <[email protected]>
[minor commit title/message adjustments]
Signed-off-by: Adrian Schmutzler <[email protected]>
Aleksander Jan Bajkowski %!s(int64=5) %!d(string=hai) anos
pai
achega
c9619fe6a5

+ 1 - 1
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>;
 		};
 	};