[source] lantiq: fix typo in EASY80920.dtsi

LEDE Commits lede-commits at lists.infradead.org
Fri Jul 7 04:41:42 PDT 2017


mkresin pushed a commit to source.git, branch master:
https://git.lede-project.org/3dc757856c3fa88282a62128fb184f61f975e4f1

commit 3dc757856c3fa88282a62128fb184f61f975e4f1
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Fri Jul 7 07:18:14 2017 +0200

    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 at kresin.me>
---
 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 aa646c8..2209162 100644
--- a/target/linux/lantiq/dts/EASY80920.dtsi
+++ b/target/linux/lantiq/dts/EASY80920.dtsi
@@ -230,7 +230,7 @@
 		ethernet at 4 {
 			compatible = "lantiq,xrx200-pdi-port";
 			reg = <4>;
-			phynmode0 = "gmii";
+			phy-mode = "gmii";
 			phy-handle = <&phy13>;
 		};
 		ethernet at 2 {



More information about the lede-commits mailing list