From 02f815d1907cdd7e042415a2b4a749c819087168 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Tue, 29 May 2018 11:03:03 -0700 Subject: 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 --- target/linux/ramips/dts/WF-2881.dts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'target/linux/ramips/dts/WF-2881.dts') diff --git a/target/linux/ramips/dts/WF-2881.dts b/target/linux/ramips/dts/WF-2881.dts index 33f521cb95..1197da7621 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>; }; -- cgit v1.2.3