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/MT7620a_MT7530.dts | |
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/MT7620a_MT7530.dts')
-rw-r--r-- | target/linux/ramips/dts/MT7620a_MT7530.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/ramips/dts/MT7620a_MT7530.dts b/target/linux/ramips/dts/MT7620a_MT7530.dts index ac01fd2a87..c2398ec82a 100644 --- a/target/linux/ramips/dts/MT7620a_MT7530.dts +++ b/target/linux/ramips/dts/MT7620a_MT7530.dts @@ -57,11 +57,11 @@ status = "okay"; pinctrl-names = "default"; pinctrl-0 = <&rgmii1_pins &rgmii2_pins &mdio_pins>; - ralink,port-map = "llllw"; + mediatek,portmap = "llllw"; port@5 { status = "okay"; - ralink,fixed-link = <1000 1 1 1>; + mediatek,fixed-link = <1000 1 1 1>; phy-mode = "rgmii"; }; @@ -101,7 +101,7 @@ }; gsw@10110000 { - ralink,port4 = "gmac"; + mediatek,port4 = "gmac"; mediatek,mt7530 = <1>; }; |