diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-05-29 11:03:03 -0700 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-05-30 06:33:56 +0200 |
commit | 02f815d1907cdd7e042415a2b4a749c819087168 (patch) | |
tree | 1cbaef3166da6b0f3b159270cff91bc64cc86319 /target/linux/ramips/dts/WITI.dtsi | |
parent | e191c7ee797c8b3458eb9791212a56b16febeeb4 (diff) | |
download | upstream-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/WITI.dtsi')
-rw-r--r-- | target/linux/ramips/dts/WITI.dtsi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/ramips/dts/WITI.dtsi b/target/linux/ramips/dts/WITI.dtsi index 767ea03ff0..78fa12a6e8 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>; |