From 3dc757856c3fa88282a62128fb184f61f975e4f1 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Fri, 7 Jul 2017 07:18:14 +0200 Subject: [PATCH] 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 --- target/linux/lantiq/dts/EASY80920.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.30.2