From 8ccdf809c0de567cfb781f38ce1c897b04cbeb78 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 (cherry picked from commit 02f815d1907cdd7e042415a2b4a749c819087168) --- target/linux/ramips/dts/WNDR3700V5.dts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'target/linux/ramips/dts/WNDR3700V5.dts') diff --git a/target/linux/ramips/dts/WNDR3700V5.dts b/target/linux/ramips/dts/WNDR3700V5.dts index ce96440369..61ec584078 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>; }; }; -- cgit v1.2.3