aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/PBR-M1.dts
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 06:33:56 +0200
commit02f815d1907cdd7e042415a2b4a749c819087168 (patch)
tree1cbaef3166da6b0f3b159270cff91bc64cc86319 /target/linux/ramips/dts/PBR-M1.dts
parente191c7ee797c8b3458eb9791212a56b16febeeb4 (diff)
downloadupstream-02f815d1907cdd7e042415a2b4a749c819087168.tar.gz
upstream-02f815d1907cdd7e042415a2b4a749c819087168.tar.bz2
upstream-02f815d1907cdd7e042415a2b4a749c819087168.zip
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>
Diffstat (limited to 'target/linux/ramips/dts/PBR-M1.dts')
-rw-r--r--target/linux/ramips/dts/PBR-M1.dts4
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/ramips/dts/PBR-M1.dts b/target/linux/ramips/dts/PBR-M1.dts
index 66a71a91ad..37f3bac5ac 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>;
};
};