arm: sun8i: nanopi-neo: use internal phy-mode
authorLABBE Corentin <clabbe.montjoie@gmail.com>
Tue, 27 Jun 2017 09:28:05 +0000 (11:28 +0200)
committerDavid S. Miller <davem@davemloft.net>
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 <clabbe.montjoie@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/arm/boot/dts/sun8i-h3-nanopi-neo.dts

index 78f6c24952dd128249fd3010d212222832bb060a..5c5ba806e2f17c910de6bde6c325ede698cad8ab 100644 (file)
@@ -49,7 +49,7 @@
 
 &emac {
        phy-handle = <&int_mii_phy>;
-       phy-mode = "mii";
+       phy-mode = "internal";
        allwinner,leds-active-low;
        status = "okay";
 };