diff options
author | John Crispin <blogic@openwrt.org> | 2014-11-06 12:19:53 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-11-06 12:19:53 +0000 |
commit | 7a875b68311bf4864ba9a4ac8784b77246f4d4fe (patch) | |
tree | 84125dab0261fd75d81dbac96c81754060d05a68 /target/linux/ramips/dts | |
parent | 7996c754bda748cd3921a08405fe41d4dab7a6f4 (diff) | |
download | upstream-7a875b68311bf4864ba9a4ac8784b77246f4d4fe.tar.gz upstream-7a875b68311bf4864ba9a4ac8784b77246f4d4fe.tar.bz2 upstream-7a875b68311bf4864ba9a4ac8784b77246f4d4fe.zip |
ralink: improve r43200
r43200 tries to detect if the fixup is needed or not. control the behaviour via
OF instead and disable unused ports.
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43201 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/E1700.dts | 1 | ||||
-rw-r--r-- | target/linux/ramips/dts/MT7620a_MT7530.dts | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/E1700.dts b/target/linux/ramips/dts/E1700.dts index c95b501074..c9d03cdc23 100644 --- a/target/linux/ramips/dts/E1700.dts +++ b/target/linux/ramips/dts/E1700.dts @@ -109,6 +109,7 @@ gsw@10110000 { ralink,port4 = "gmac"; + mediatek,mt7530 = <1>; }; wmac@10180000 { diff --git a/target/linux/ramips/dts/MT7620a_MT7530.dts b/target/linux/ramips/dts/MT7620a_MT7530.dts index 2888efd5f1..4f311441dc 100644 --- a/target/linux/ramips/dts/MT7620a_MT7530.dts +++ b/target/linux/ramips/dts/MT7620a_MT7530.dts @@ -99,6 +99,7 @@ gsw@10110000 { ralink,port4 = "gmac"; + mediatek,mt7530 = <1>; }; pcie@10140000 { |