summaryrefslogtreecommitdiff
path: root/target/linux
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2018-05-29 11:03:03 -0700
committerJohn Crispin <john@phrozen.org>2018-05-30 08:07:12 +0200
commit8ccdf809c0de567cfb781f38ce1c897b04cbeb78 (patch)
treed959bd8261b5c2a4bb650ba122856efa2fc4572c /target/linux
parentfa0275bd90ce913de57330c9abbe594703d589c6 (diff)
downloadmtk-20170518-8ccdf809c0de567cfb781f38ce1c897b04cbeb78.zip
mtk-20170518-8ccdf809c0de567cfb781f38ce1c897b04cbeb78.tar.gz
mtk-20170518-8ccdf809c0de567cfb781f38ce1c897b04cbeb78.tar.bz2
ramips: Fix WiFi after 5f7396ebef09b224edf08b0bda113613a42f0928
That commit exposed a bug in the DTS files used by mt7621 where the wrong reg value for pcie1 (and potentially pcie2) was being used. This was causing WiFi failures for interfaces in pcie1. eg. 2.4GHz working but not 5GHz. As all of these dts entries are already specified in mt7621.dtsi, remove them. Signed-off-by: Rosen Penev <rosenp@gmail.com> (cherry picked from commit 02f815d1907cdd7e042415a2b4a749c819087168)
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/ramips/dts/DIR-860L-B1.dts4
-rw-r--r--target/linux/ramips/dts/EW1200.dts4
-rw-r--r--target/linux/ramips/dts/FIREWRT.dts4
-rw-r--r--target/linux/ramips/dts/HC5962.dts4
-rw-r--r--target/linux/ramips/dts/Newifi-D1.dts4
-rw-r--r--target/linux/ramips/dts/Newifi-D2.dts4
-rw-r--r--target/linux/ramips/dts/PBR-M1.dts4
-rw-r--r--target/linux/ramips/dts/R6220.dts4
-rw-r--r--target/linux/ramips/dts/RE350.dts4
-rw-r--r--target/linux/ramips/dts/RE6500.dts4
-rw-r--r--target/linux/ramips/dts/SAP-G3200U3.dts4
-rw-r--r--target/linux/ramips/dts/SK-WB8.dts4
-rw-r--r--target/linux/ramips/dts/TL-WR902ACV3.dts2
-rw-r--r--target/linux/ramips/dts/WF-2881.dts4
-rw-r--r--target/linux/ramips/dts/WITI.dtsi4
-rw-r--r--target/linux/ramips/dts/WNDR3700V5.dts4
-rw-r--r--target/linux/ramips/dts/WR1200JS.dts4
-rw-r--r--target/linux/ramips/dts/WSR-1166.dts4
-rw-r--r--target/linux/ramips/dts/WSR-600.dts4
-rw-r--r--target/linux/ramips/dts/ZBT-WE1326.dts4
-rw-r--r--target/linux/ramips/dts/ZBT-WG2626.dts4
21 files changed, 0 insertions, 82 deletions
diff --git a/target/linux/ramips/dts/DIR-860L-B1.dts b/target/linux/ramips/dts/DIR-860L-B1.dts
index 5dfc1ee..5edf721 100644
--- a/target/linux/ramips/dts/DIR-860L-B1.dts
+++ b/target/linux/ramips/dts/DIR-860L-B1.dts
@@ -115,8 +115,6 @@
pcie0 {
mt76@0,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&radio 0x2000>;
ieee80211-freq-limit = <5000000 6000000>;
};
@@ -124,8 +122,6 @@
pcie1 {
mt76@1,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&radio 0>;
ieee80211-freq-limit = <2400000 2500000>;
};
diff --git a/target/linux/ramips/dts/EW1200.dts b/target/linux/ramips/dts/EW1200.dts
index 84c4f72..bf2ed15 100644
--- a/target/linux/ramips/dts/EW1200.dts
+++ b/target/linux/ramips/dts/EW1200.dts
@@ -97,8 +97,6 @@
pcie0 {
mt76@0,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x8000>;
ieee80211-freq-limit = <5000000 6000000>;
};
@@ -106,8 +104,6 @@
pcie1 {
mt76@1,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x0000>;
ieee80211-freq-limit = <2400000 2500000>;
};
diff --git a/target/linux/ramips/dts/FIREWRT.dts b/target/linux/ramips/dts/FIREWRT.dts
index 262dbb5..bfa05d5 100644
--- a/target/linux/ramips/dts/FIREWRT.dts
+++ b/target/linux/ramips/dts/FIREWRT.dts
@@ -92,8 +92,6 @@
pcie0 {
mt76@0,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x8000>;
ieee80211-freq-limit = <5000000 6000000>;
};
@@ -101,8 +99,6 @@
pcie1 {
mt76@1,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x0000>;
ieee80211-freq-limit = <2400000 2500000>;
};
diff --git a/target/linux/ramips/dts/HC5962.dts b/target/linux/ramips/dts/HC5962.dts
index c6fc7cb..72b22e2 100644
--- a/target/linux/ramips/dts/HC5962.dts
+++ b/target/linux/ramips/dts/HC5962.dts
@@ -121,8 +121,6 @@
pcie0 {
mt76@0,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x0000>;
ieee80211-freq-limit = <2400000 2500000>;
};
@@ -130,8 +128,6 @@
pcie1 {
mt76@1,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x8000>;
ieee80211-freq-limit = <5000000 6000000>;
};
diff --git a/target/linux/ramips/dts/Newifi-D1.dts b/target/linux/ramips/dts/Newifi-D1.dts
index f5c7c91..4659f85 100644
--- a/target/linux/ramips/dts/Newifi-D1.dts
+++ b/target/linux/ramips/dts/Newifi-D1.dts
@@ -116,8 +116,6 @@
pcie0 {
mt76@0,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x8000>;
ieee80211-freq-limit = <5000000 6000000>;
};
@@ -125,8 +123,6 @@
pcie1 {
mt76@1,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x0000>;
};
};
diff --git a/target/linux/ramips/dts/Newifi-D2.dts b/target/linux/ramips/dts/Newifi-D2.dts
index e919338..e749115 100644
--- a/target/linux/ramips/dts/Newifi-D2.dts
+++ b/target/linux/ramips/dts/Newifi-D2.dts
@@ -129,8 +129,6 @@
pcie0 {
mt76@0,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x8000>;
ieee80211-freq-limit = <5000000 6000000>;
};
@@ -138,8 +136,6 @@
pcie1 {
mt76@1,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x0000>;
};
};
diff --git a/target/linux/ramips/dts/PBR-M1.dts b/target/linux/ramips/dts/PBR-M1.dts
index 66a71a9..37f3bac 100644
--- a/target/linux/ramips/dts/PBR-M1.dts
+++ b/target/linux/ramips/dts/PBR-M1.dts
@@ -148,8 +148,6 @@
pcie0 {
mt76@0,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x8000>;
ieee80211-freq-limit = <5000000 6000000>;
};
@@ -157,8 +155,6 @@
pcie1 {
mt76@1,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x0000>;
};
};
diff --git a/target/linux/ramips/dts/R6220.dts b/target/linux/ramips/dts/R6220.dts
index 7d88672..d001083 100644
--- a/target/linux/ramips/dts/R6220.dts
+++ b/target/linux/ramips/dts/R6220.dts
@@ -127,8 +127,6 @@
pcie0 {
mt76@0,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x8000>;
ieee80211-freq-limit = <5000000 6000000>;
};
@@ -136,8 +134,6 @@
pcie1 {
mt76@1,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x0000>;
ieee80211-freq-limit = <2400000 2500000>;
};
diff --git a/target/linux/ramips/dts/RE350.dts b/target/linux/ramips/dts/RE350.dts
index 2f3bb12..4516f09 100644
--- a/target/linux/ramips/dts/RE350.dts
+++ b/target/linux/ramips/dts/RE350.dts
@@ -130,8 +130,6 @@
pcie0 {
mt76@0,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&radio 0>;
mtd-mac-address = <&config 0x10008>;
mtd-mac-address-increment = <1>;
@@ -140,8 +138,6 @@
pcie1 {
mt76@1,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&radio 0x8000>;
ieee80211-freq-limit = <5000000 6000000>;
mtd-mac-address = <&config 0x10008>;
diff --git a/target/linux/ramips/dts/RE6500.dts b/target/linux/ramips/dts/RE6500.dts
index b2b5a29..6d84fa9 100644
--- a/target/linux/ramips/dts/RE6500.dts
+++ b/target/linux/ramips/dts/RE6500.dts
@@ -102,8 +102,6 @@
pcie0 {
mt76@0,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x0000>;
ieee80211-freq-limit = <5000000 6000000>;
};
@@ -111,8 +109,6 @@
pcie1 {
mt76@1,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x8000>;
ieee80211-freq-limit = <2400000 2500000>;
};
diff --git a/target/linux/ramips/dts/SAP-G3200U3.dts b/target/linux/ramips/dts/SAP-G3200U3.dts
index 7264e30..912da1c 100644
--- a/target/linux/ramips/dts/SAP-G3200U3.dts
+++ b/target/linux/ramips/dts/SAP-G3200U3.dts
@@ -94,8 +94,6 @@
pcie0 {
mt76@0,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x8000>;
ieee80211-freq-limit = <5000000 6000000>;
};
@@ -103,8 +101,6 @@
pcie1 {
mt76@1,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x0000>;
ieee80211-freq-limit = <2400000 2500000>;
};
diff --git a/target/linux/ramips/dts/SK-WB8.dts b/target/linux/ramips/dts/SK-WB8.dts
index 0ded039..7ad4da5 100644
--- a/target/linux/ramips/dts/SK-WB8.dts
+++ b/target/linux/ramips/dts/SK-WB8.dts
@@ -90,8 +90,6 @@
pcie0 {
mt76@0,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x8000>;
ieee80211-freq-limit = <5000000 6000000>;
};
@@ -99,8 +97,6 @@
pcie1 {
mt76@1,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x0000>;
};
};
diff --git a/target/linux/ramips/dts/TL-WR902ACV3.dts b/target/linux/ramips/dts/TL-WR902ACV3.dts
index 8ff3576..bc8c643 100644
--- a/target/linux/ramips/dts/TL-WR902ACV3.dts
+++ b/target/linux/ramips/dts/TL-WR902ACV3.dts
@@ -91,8 +91,6 @@
pcie-bridge {
mt76@1,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x28000>;
ieee80211-freq-limit = <5000000 6000000>;
mtd-mac-address = <&factory 0xf100>;
diff --git a/target/linux/ramips/dts/WF-2881.dts b/target/linux/ramips/dts/WF-2881.dts
index 33f521c..1197da7 100644
--- a/target/linux/ramips/dts/WF-2881.dts
+++ b/target/linux/ramips/dts/WF-2881.dts
@@ -84,8 +84,6 @@
pcie0 {
mt76@0,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x8000>;
ieee80211-freq-limit = <5000000 6000000>;
};
@@ -93,8 +91,6 @@
pcie1 {
mt76@1,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x0000>;
ieee80211-freq-limit = <2400000 2500000>;
};
diff --git a/target/linux/ramips/dts/WITI.dtsi b/target/linux/ramips/dts/WITI.dtsi
index 767ea03..78fa12a 100644
--- a/target/linux/ramips/dts/WITI.dtsi
+++ b/target/linux/ramips/dts/WITI.dtsi
@@ -82,8 +82,6 @@
pcie0 {
mt76@0,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x8000>;
ieee80211-freq-limit = <5000000 6000000>;
mtd-mac-address = <&factory 0xe000>;
@@ -92,8 +90,6 @@
pcie1 {
mt76@1,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x0000>;
ieee80211-freq-limit = <2400000 2500000>;
mtd-mac-address = <&factory 0xe000>;
diff --git a/target/linux/ramips/dts/WNDR3700V5.dts b/target/linux/ramips/dts/WNDR3700V5.dts
index ce96440..61ec584 100644
--- a/target/linux/ramips/dts/WNDR3700V5.dts
+++ b/target/linux/ramips/dts/WNDR3700V5.dts
@@ -110,8 +110,6 @@
pcie0 {
mt76@0,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x8000>;
ieee80211-freq-limit = <5000000 6000000>;
};
@@ -119,8 +117,6 @@
pcie1 {
mt76@1,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x0000>;
};
};
diff --git a/target/linux/ramips/dts/WR1200JS.dts b/target/linux/ramips/dts/WR1200JS.dts
index 2169e74..1160c2a 100644
--- a/target/linux/ramips/dts/WR1200JS.dts
+++ b/target/linux/ramips/dts/WR1200JS.dts
@@ -104,16 +104,12 @@
pcie0 {
mt76@0,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x0000>;
};
};
pcie1 {
mt76@1,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x8000>;
ieee80211-freq-limit = <5000000 6000000>;
diff --git a/target/linux/ramips/dts/WSR-1166.dts b/target/linux/ramips/dts/WSR-1166.dts
index 38edbde..89415fc 100644
--- a/target/linux/ramips/dts/WSR-1166.dts
+++ b/target/linux/ramips/dts/WSR-1166.dts
@@ -169,8 +169,6 @@
pcie0 {
mt76@0,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x8000>;
ieee80211-freq-limit = <5000000 6000000>;
};
@@ -178,8 +176,6 @@
pcie1 {
mt76@1,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x0000>;
};
};
diff --git a/target/linux/ramips/dts/WSR-600.dts b/target/linux/ramips/dts/WSR-600.dts
index 1db2809..b61ea0b 100644
--- a/target/linux/ramips/dts/WSR-600.dts
+++ b/target/linux/ramips/dts/WSR-600.dts
@@ -164,16 +164,12 @@
pcie0 {
rt5592@0,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
ralink,mtd-eeprom = <&factory 0x8000>;
};
};
pcie1 {
mt76@1,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x0000>;
};
};
diff --git a/target/linux/ramips/dts/ZBT-WE1326.dts b/target/linux/ramips/dts/ZBT-WE1326.dts
index 6cbab66..e545243 100644
--- a/target/linux/ramips/dts/ZBT-WE1326.dts
+++ b/target/linux/ramips/dts/ZBT-WE1326.dts
@@ -86,8 +86,6 @@
pcie0 {
mt76@0,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x8000>;
ieee80211-freq-limit = <5000000 6000000>;
};
@@ -95,8 +93,6 @@
pcie1 {
mt76@1,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x0000>;
ieee80211-freq-limit = <2400000 2500000>;
};
diff --git a/target/linux/ramips/dts/ZBT-WG2626.dts b/target/linux/ramips/dts/ZBT-WG2626.dts
index 79f2859..c112429 100644
--- a/target/linux/ramips/dts/ZBT-WG2626.dts
+++ b/target/linux/ramips/dts/ZBT-WG2626.dts
@@ -92,8 +92,6 @@
pcie0 {
mt76@0,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x8000>;
ieee80211-freq-limit = <5000000 6000000>;
};
@@ -101,8 +99,6 @@
pcie1 {
mt76@1,0 {
- reg = <0x0000 0 0 0 0>;
- device_type = "pci";
mediatek,mtd-eeprom = <&factory 0x0000>;
ieee80211-freq-limit = <2400000 2500000>;
};