Commit 5a79b4f2 authored by LABBE Corentin's avatar LABBE Corentin Committed by David S. Miller

arm: sun8i: orangepi-2: use internal phy-mode

Since the PHY used is internal, simply set phy-mode as internal.
Signed-off-by: default avatarCorentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent bdcc005b
...@@ -111,7 +111,7 @@ &ehci1 { ...@@ -111,7 +111,7 @@ &ehci1 {
&emac { &emac {
phy-handle = <&int_mii_phy>; phy-handle = <&int_mii_phy>;
phy-mode = "mii"; phy-mode = "internal";
allwinner,leds-active-low; allwinner,leds-active-low;
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment