OSDN Git Service

arm: sun8i: orangepipc: use internal phy-mode
authorLABBE Corentin <clabbe.montjoie@gmail.com>
Tue, 27 Jun 2017 09:28:02 +0000 (11:28 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 29 Jun 2017 16:23:27 +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-orangepi-pc.dts

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