arm: sun8i: orangepi-2: use internal phy-mode
authorLABBE Corentin <[email protected]>
Tue, 27 Jun 2017 09:28:06 +0000 (11:28 +0200)
committerDavid S. Miller <[email protected]>
Thu, 29 Jun 2017 16:23:28 +0000 (12:23 -0400)
Since the PHY used is internal, simply set phy-mode as internal.

Signed-off-by: Corentin Labbe <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
arch/arm/boot/dts/sun8i-h3-orangepi-2.dts

index cedd326b608900b8fe08e0dac03adf3d414b2f00..77c861deb658e120fbf7ab18400d8c797fcfe89e 100644 (file)
 
 &emac {
        phy-handle = <&int_mii_phy>;
-       phy-mode = "mii";
+       phy-mode = "internal";
        allwinner,leds-active-low;
        status = "okay";
 };