Skip to content
Snippets Groups Projects
Commit c9619fe6 authored by Aleksander Jan Bajkowski's avatar Aleksander Jan Bajkowski Committed by Adrian Schmutzler
Browse files

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: default avatarAleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl>
Reviewed-by: default avatarMathias Kresin <dev@kresin.me>
[minor commit title/message adjustments]
Signed-off-by: default avatarAdrian Schmutzler <freifunk@adrianschmutzler.de>
parent 04a0e5c0
No related branches found
No related tags found
No related merge requests found
......@@ -195,7 +195,7 @@
ethernet@2 {
compatible = "lantiq,xrx200-pdi-port";
reg = <2>;
phy-mode = "gmii";
phy-mode = "mii";
phy-handle = <&phy11>;
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment