ramips: Fix Ticket #20153 swap radio calibration data pointers on the RE6500
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 2 Aug 2015 15:08:27 +0000 (15:08 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 2 Aug 2015 15:08:27 +0000 (15:08 +0000)
This patch fixes weak radio signal reported by nikola.georgiev

Signed-off-by: L. D. Pinney <ldpinney@gmail.com>
Backport of r46545

git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46546 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ramips/dts/RE6500.dts

index 0c33994..36d6218 100644 (file)
@@ -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>;
                        };
                };