lantiq: fix typo in EASY80920.dtsi
There is no device tree property named phynmode0. Use phy-mode as it is done for the other ethernet nodes. Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
parent
50e3659703
commit
3dc757856c
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@
|
||||||
ethernet@4 {
|
ethernet@4 {
|
||||||
compatible = "lantiq,xrx200-pdi-port";
|
compatible = "lantiq,xrx200-pdi-port";
|
||||||
reg = <4>;
|
reg = <4>;
|
||||||
phynmode0 = "gmii";
|
phy-mode = "gmii";
|
||||||
phy-handle = <&phy13>;
|
phy-handle = <&phy13>;
|
||||||
};
|
};
|
||||||
ethernet@2 {
|
ethernet@2 {
|
||||||
|
|
Loading…
Reference in a new issue