diff options
author | LABBE Corentin <clabbe.montjoie@gmail.com> | 2017-06-27 11:28:06 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-06-29 12:23:28 -0400 |
commit | 5a79b4f2a5e7c8873da92ad69be771a100aaca0c (patch) | |
tree | e32c3907729b2d808586582c7406e457c363f162 /arch | |
parent | bdcc005beac900d868f45fb7222ef0e6847fc702 (diff) | |
download | linux-5a79b4f2a5e7c8873da92ad69be771a100aaca0c.tar.gz linux-5a79b4f2a5e7c8873da92ad69be771a100aaca0c.tar.bz2 linux-5a79b4f2a5e7c8873da92ad69be771a100aaca0c.zip |
arm: sun8i: orangepi-2: use internal phy-mode
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/sun8i-h3-orangepi-2.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun8i-h3-orangepi-2.dts b/arch/arm/boot/dts/sun8i-h3-orangepi-2.dts index cedd326b6089..77c861deb658 100644 --- a/arch/arm/boot/dts/sun8i-h3-orangepi-2.dts +++ b/arch/arm/boot/dts/sun8i-h3-orangepi-2.dts @@ -111,7 +111,7 @@ &emac { phy-handle = <&int_mii_phy>; - phy-mode = "mii"; + phy-mode = "internal"; allwinner,leds-active-low; status = "okay"; }; |