diff options
author | John Crispin <john@phrozen.org> | 2018-06-01 11:41:00 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-06-01 11:41:51 +0200 |
commit | 1d3c2863815c9f48de16643b845a6bc2716cfc33 (patch) | |
tree | 3296d519a816be8eb72a1758cb6cda5d787833e9 /target/linux/ramips/dts/RE6500.dts | |
parent | 1ee5051f202f600d854bcf939ba4ee37f057ace2 (diff) | |
download | upstream-1d3c2863815c9f48de16643b845a6bc2716cfc33.tar.gz upstream-1d3c2863815c9f48de16643b845a6bc2716cfc33.tar.bz2 upstream-1d3c2863815c9f48de16643b845a6bc2716cfc33.zip |
Revert "ramips: Fix WiFi after 5f7396ebef09b224edf08b0bda113613a42f0928"
This reverts commit 02f815d1907cdd7e042415a2b4a749c819087168.
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/ramips/dts/RE6500.dts')
-rw-r--r-- | target/linux/ramips/dts/RE6500.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/RE6500.dts b/target/linux/ramips/dts/RE6500.dts index 6d84fa9eb0..b2b5a29238 100644 --- a/target/linux/ramips/dts/RE6500.dts +++ b/target/linux/ramips/dts/RE6500.dts @@ -102,6 +102,8 @@ pcie0 { mt76@0,0 { + reg = <0x0000 0 0 0 0>; + device_type = "pci"; mediatek,mtd-eeprom = <&factory 0x0000>; ieee80211-freq-limit = <5000000 6000000>; }; @@ -109,6 +111,8 @@ pcie1 { mt76@1,0 { + reg = <0x0000 0 0 0 0>; + device_type = "pci"; mediatek,mtd-eeprom = <&factory 0x8000>; ieee80211-freq-limit = <2400000 2500000>; }; |