瀏覽代碼

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 5 年之前
父節點
當前提交
c9619fe6a5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      target/linux/lantiq/files/arch/mips/boot/dts/lantiq/vr9_avm_fritz7412.dts

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