diff options
author | LABBE Corentin <clabbe.montjoie@gmail.com> | 2017-06-27 11:28:03 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-06-29 12:23:27 -0400 |
commit | 6066de6848d414b3420eb37e1f15d7b54ed30e1c (patch) | |
tree | 3c22aa7df1193037dda649b1d5a0127e0e40e4e6 /arch | |
parent | 3432a86e641c6abd514f44a0ee94634ae4e349af (diff) | |
download | linux-6066de6848d414b3420eb37e1f15d7b54ed30e1c.tar.gz linux-6066de6848d414b3420eb37e1f15d7b54ed30e1c.tar.bz2 linux-6066de6848d414b3420eb37e1f15d7b54ed30e1c.zip |
arm: sun8i: orangepi-zero: 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-h2-plus-orangepi-zero.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts b/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts index dd3525a0f06a..9bd9a0e90034 100644 --- a/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts +++ b/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts @@ -106,7 +106,7 @@ &emac { phy-handle = <&int_mii_phy>; - phy-mode = "mii"; + phy-mode = "internal"; allwinner,leds-active-low; status = "okay"; }; |