diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-07-26 13:01:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-07-26 13:01:43 +0000 |
commit | 92c41de105ce90fbd3b4c6579ec3333799001367 (patch) | |
tree | 6c2abca72eed838bea85d2c95de9026e96ca29dd /target/linux/ramips/dts | |
parent | 6bb13be4f0309d6da0ed1d64d4b628468b93c3d5 (diff) | |
download | upstream-92c41de105ce90fbd3b4c6579ec3333799001367.tar.gz upstream-92c41de105ce90fbd3b4c6579ec3333799001367.tar.bz2 upstream-92c41de105ce90fbd3b4c6579ec3333799001367.zip |
ramips: swap radio calibration data pointers for DIR-860L
Fixes low 5 GHz tx power issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46497
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/DIR-860L-B1.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/DIR-860L-B1.dts b/target/linux/ramips/dts/DIR-860L-B1.dts index 2d518a2462..23ec1140bc 100644 --- a/target/linux/ramips/dts/DIR-860L-B1.dts +++ b/target/linux/ramips/dts/DIR-860L-B1.dts @@ -72,7 +72,7 @@ mt76@0,0 { reg = <0x0000 0 0 0 0>; device_type = "pci"; - mediatek,mtd-eeprom = <&radio 0>; + mediatek,mtd-eeprom = <&radio 0x2000>; mediatek,2ghz = <0>; }; }; @@ -80,7 +80,7 @@ mt76@1,0 { reg = <0x0000 0 0 0 0>; device_type = "pci"; - mediatek,mtd-eeprom = <&radio 0x2000>; + mediatek,mtd-eeprom = <&radio 0>; mediatek,5ghz = <0>; }; }; |