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:
Mathias Kresin 2017-07-07 07:18:14 +02:00
parent 50e3659703
commit 3dc757856c

View File

@ -230,7 +230,7 @@
ethernet@4 {
compatible = "lantiq,xrx200-pdi-port";
reg = <4>;
phynmode0 = "gmii";
phy-mode = "gmii";
phy-handle = <&phy13>;
};
ethernet@2 {