aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7621_netgear_r6850.dts
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2020-01-28 21:19:16 +0100
committerDavid Bauer <mail@david-bauer.net>2020-01-29 15:11:10 +0100
commit4716c843d62a5a4c37e7886f54bcf446aa26e786 (patch)
treef14e7ac17415a5eb944e812980504b0991372a25 /target/linux/ramips/dts/mt7621_netgear_r6850.dts
parentb30f2281cce6649567e0194d203f06517d173115 (diff)
downloadupstream-4716c843d62a5a4c37e7886f54bcf446aa26e786.tar.gz
upstream-4716c843d62a5a4c37e7886f54bcf446aa26e786.tar.bz2
upstream-4716c843d62a5a4c37e7886f54bcf446aa26e786.zip
ramips: fix NETGEAR R6260 EEPROM offset
The EEPROM offset for the NETGEAR R6260 is incorrect, thus no valid calibration data is used. Fix this only for the NETGEAR R6260, as it's currently unknown whether or not other boards are affected. Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/ramips/dts/mt7621_netgear_r6850.dts')
-rw-r--r--target/linux/ramips/dts/mt7621_netgear_r6850.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7621_netgear_r6850.dts b/target/linux/ramips/dts/mt7621_netgear_r6850.dts
index 5accbbdbd8..4ac1cd092a 100644
--- a/target/linux/ramips/dts/mt7621_netgear_r6850.dts
+++ b/target/linux/ramips/dts/mt7621_netgear_r6850.dts
@@ -23,3 +23,11 @@
&led_wifi {
label = "r6850:green:wifi";
};
+
+&wifi2 {
+ mediatek,mtd-eeprom = <&factory 0x0>;
+};
+
+&wifi5 {
+ mediatek,mtd-eeprom = <&factory 0x8000>;
+};