]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arm: sun8i: orangepi-one: use internal phy-mode
authorLABBE Corentin <clabbe.montjoie@gmail.com>
Tue, 27 Jun 2017 09:28:04 +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-orangepi-one.dts

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