diff options
author | John Crispin <john@openwrt.org> | 2015-12-17 09:25:57 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-12-17 09:25:57 +0000 |
commit | 651e620de5b0e0a8da4787771f0b65d8af0426f0 (patch) | |
tree | 7af15350ab4cd9c2afc29b891a006e431d41fd56 /target/linux/ramips/dts/rt3352.dtsi | |
parent | fa854a02a16a4961f09358569f0328bf87fcbc1d (diff) | |
download | upstream-651e620de5b0e0a8da4787771f0b65d8af0426f0.tar.gz upstream-651e620de5b0e0a8da4787771f0b65d8af0426f0.tar.bz2 upstream-651e620de5b0e0a8da4787771f0b65d8af0426f0.zip |
ralink: fixup devicetree files to work with new ethernet driver
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 47900
Diffstat (limited to 'target/linux/ramips/dts/rt3352.dtsi')
-rw-r--r-- | target/linux/ramips/dts/rt3352.dtsi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/rt3352.dtsi b/target/linux/ramips/dts/rt3352.dtsi index ffb9336f6c..daf24d334c 100644 --- a/target/linux/ramips/dts/rt3352.dtsi +++ b/target/linux/ramips/dts/rt3352.dtsi @@ -237,9 +237,11 @@ interrupt-parent = <&cpuintc>; interrupts = <5>; + + mediatek,switch = <&esw>; }; - esw@10110000 { + esw: esw@10110000 { compatible = "ralink,rt3352-esw", "ralink,rt3050-esw"; reg = <0x10110000 8000>; |