summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/RE6500.dts
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-08-02 15:08:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-08-02 15:08:14 +0000
commitba05254353a2d652e46154c4f53e985ca54f10c2 (patch)
treede25fcddab41ebf1ca82898cbea00016e829bdac /target/linux/ramips/dts/RE6500.dts
parent320aa306092383e7d2eaa37a2ce6fdca03186069 (diff)
downloadmaster-31e0f0ae-ba05254353a2d652e46154c4f53e985ca54f10c2.tar.gz
master-31e0f0ae-ba05254353a2d652e46154c4f53e985ca54f10c2.tar.bz2
master-31e0f0ae-ba05254353a2d652e46154c4f53e985ca54f10c2.zip
ramips: Fix Ticket #20153 swap radio calibration data pointers on the RE6500
This patch fixes weak radio signal reported by nikola.georgiev Signed-off-by: L. D. Pinney <ldpinney@gmail.com> SVN-Revision: 46545
Diffstat (limited to 'target/linux/ramips/dts/RE6500.dts')
-rw-r--r--target/linux/ramips/dts/RE6500.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/RE6500.dts b/target/linux/ramips/dts/RE6500.dts
index 0c3399458a..36d6218b2e 100644
--- a/target/linux/ramips/dts/RE6500.dts
+++ b/target/linux/ramips/dts/RE6500.dts
@@ -69,7 +69,7 @@
mt76@0,0 {
reg = <0x0000 0 0 0 0>;
device_type = "pci";
- mediatek,mtd-eeprom = <&factory 0x8000>;
+ mediatek,mtd-eeprom = <&factory 0x0000>;
mediatek,2ghz = <0>;
};
};
@@ -78,7 +78,7 @@
mt76@1,0 {
reg = <0x0000 0 0 0 0>;
device_type = "pci";
- mediatek,mtd-eeprom = <&factory 0x0000>;
+ mediatek,mtd-eeprom = <&factory 0x8000>;
mediatek,5ghz = <0>;
};
};