lantiq: fix typo in EASY80920.dtsi
authorMathias Kresin <dev@kresin.me>
Fri, 7 Jul 2017 05:18:14 +0000 (07:18 +0200)
committerMathias Kresin <dev@kresin.me>
Fri, 7 Jul 2017 05:18:14 +0000 (07:18 +0200)
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>
target/linux/lantiq/dts/EASY80920.dtsi

index aa646c8746c1fc95b70f97a7236329b0717f5064..220916266039be1292c51e2cf875be878ef36e7f 100644 (file)
                ethernet@4 {
                        compatible = "lantiq,xrx200-pdi-port";
                        reg = <4>;
-                       phynmode0 = "gmii";
+                       phy-mode = "gmii";
                        phy-handle = <&phy13>;
                };
                ethernet@2 {