mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-19 05:04:20 +00:00
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>
This commit is contained in:
parent
3432a86e64
commit
6066de6848
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@
|
||||||
|
|
||||||
&emac {
|
&emac {
|
||||||
phy-handle = <&int_mii_phy>;
|
phy-handle = <&int_mii_phy>;
|
||||||
phy-mode = "mii";
|
phy-mode = "internal";
|
||||||
allwinner,leds-active-low;
|
allwinner,leds-active-low;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue