diff options
author | John Crispin <john@openwrt.org> | 2012-12-21 14:41:30 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-12-21 14:41:30 +0000 |
commit | 861bf6af49e9347f4c5b03cdb369bc1827f45856 (patch) | |
tree | d4356c7b6f7f7c1a33fa98616aa9bf5d7f884c84 /target/linux/lantiq | |
parent | 54c096527a43bf70a8cf158e081274158534e829 (diff) | |
download | upstream-861bf6af49e9347f4c5b03cdb369bc1827f45856.tar.gz upstream-861bf6af49e9347f4c5b03cdb369bc1827f45856.tar.bz2 upstream-861bf6af49e9347f4c5b03cdb369bc1827f45856.zip |
fix typo inside fritz3370 devicetree file
SVN-Revision: 34825
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/image/FRITZ3370.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/image/FRITZ3370.dts b/target/linux/lantiq/image/FRITZ3370.dts index f0c7e34610..c7451bc4ba 100644 --- a/target/linux/lantiq/image/FRITZ3370.dts +++ b/target/linux/lantiq/image/FRITZ3370.dts @@ -180,7 +180,7 @@ ethernet@3 { compatible = "lantiq,xrx200-pdi-port"; reg = <4>; - phynmode0 = "gmii"; + phy-mode = "gmii"; phy-handle = <&phy13>; }; }; |