diff options
author | Mathias Kresin <dev@kresin.me> | 2017-07-07 07:18:14 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-07-07 07:18:14 +0200 |
commit | 3dc757856c3fa88282a62128fb184f61f975e4f1 (patch) | |
tree | 6d182a83516ab51250e04036568569febe946088 /target/linux/lantiq/dts | |
parent | 50e3659703113df036e755e0d483172c3b809242 (diff) | |
download | upstream-3dc757856c3fa88282a62128fb184f61f975e4f1.tar.gz upstream-3dc757856c3fa88282a62128fb184f61f975e4f1.tar.bz2 upstream-3dc757856c3fa88282a62128fb184f61f975e4f1.zip |
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>
Diffstat (limited to 'target/linux/lantiq/dts')
-rw-r--r-- | target/linux/lantiq/dts/EASY80920.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |