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/SK-WB8.dts | |
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/SK-WB8.dts')
-rw-r--r-- | target/linux/ramips/dts/SK-WB8.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/ramips/dts/SK-WB8.dts b/target/linux/ramips/dts/SK-WB8.dts index 0ded039d8e..7ad4da5fcc 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>; }; }; |