From: Mathias Kresin Date: Fri, 7 Jul 2017 05:18:14 +0000 (+0200) Subject: lantiq: fix typo in EASY80920.dtsi X-Git-Tag: v18.06.0-rc1~2553 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=3dc757856c3fa88282a62128fb184f61f975e4f1 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 --- diff --git a/target/linux/lantiq/dts/EASY80920.dtsi b/target/linux/lantiq/dts/EASY80920.dtsi index aa646c8746..2209162660 100644 --- a/target/linux/lantiq/dts/EASY80920.dtsi +++ b/target/linux/lantiq/dts/EASY80920.dtsi @@ -230,7 +230,7 @@ ethernet@4 { compatible = "lantiq,xrx200-pdi-port"; reg = <4>; - phynmode0 = "gmii"; + phy-mode = "gmii"; phy-handle = <&phy13>; }; ethernet@2 {