diff options
author | LABBE Corentin <clabbe.montjoie@gmail.com> | 2017-06-27 11:28:02 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-06-29 12:23:27 -0400 |
commit | 3432a86e641c6abd514f44a0ee94634ae4e349af (patch) | |
tree | 61a7275280d88c6b8366f124b364f38185bd1650 /arch/arm | |
parent | 1c2fa5f846832cbed8b8e6151471436071972e41 (diff) | |
download | linux-3432a86e641c6abd514f44a0ee94634ae4e349af.tar.bz2 |
arm: sun8i: orangepipc: 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/arm')
-rw-r--r-- | arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts b/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts index 52e65755c51a..fecebb43506a 100644 --- a/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts +++ b/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dts @@ -112,7 +112,7 @@ &emac { phy-handle = <&int_mii_phy>; - phy-mode = "mii"; + phy-mode = "internal"; allwinner,leds-active-low; status = "okay"; }; |