diff options
author | John Crispin <john@openwrt.org> | 2014-09-16 14:53:01 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-09-16 14:53:01 +0000 |
commit | 3dd93e8336995450f57ddf818f4d4a2235cbd862 (patch) | |
tree | b1b1d0f406e4aae00a2b84c45b45f385c5dcd836 /target/linux/lantiq/dts/TDW8970.dts | |
parent | 513d516d9cc2587c40c3d7ff2741fad499912b30 (diff) | |
download | upstream-3dd93e8336995450f57ddf818f4d4a2235cbd862.tar.gz upstream-3dd93e8336995450f57ddf818f4d4a2235cbd862.tar.bz2 upstream-3dd93e8336995450f57ddf818f4d4a2235cbd862.zip |
lantiq: move the lantiq,switch property into the interface node
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42574
Diffstat (limited to 'target/linux/lantiq/dts/TDW8970.dts')
-rw-r--r-- | target/linux/lantiq/dts/TDW8970.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/dts/TDW8970.dts b/target/linux/lantiq/dts/TDW8970.dts index a312a9fbb4..51972a07c8 100644 --- a/target/linux/lantiq/dts/TDW8970.dts +++ b/target/linux/lantiq/dts/TDW8970.dts @@ -65,7 +65,6 @@ >; interrupt-parent = <&icu0>; interrupts = <73 72>; - lantiq,switch; lan: interface@0 { compatible = "lantiq,xrx200-pdi"; @@ -73,6 +72,7 @@ #size-cells = <0>; reg = <0>; mtd-mac-address = <&ath9k_cal 0xf100>; + lantiq,switch; ethernet@0 { compatible = "lantiq,xrx200-pdi-port"; |