diff options
| author | Mathias Kresin | 2017-07-07 05:18:14 +0000 |
|---|---|---|
| committer | Mathias Kresin | 2017-07-07 05:18:14 +0000 |
| commit | 3dc757856c3fa88282a62128fb184f61f975e4f1 (patch) | |
| tree | 6d182a83516ab51250e04036568569febe946088 | |
| parent | 50e3659703113df036e755e0d483172c3b809242 (diff) | |
| download | openwrt-3dc757856c3fa88282a62128fb184f61f975e4f1.tar.gz | |
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>
| -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 { |