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>
33 lines
468 B
Text
33 lines
468 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
/dts-v1/;
|
|
|
|
#include "mt7621_netgear_sercomm_chj.dtsi"
|
|
|
|
/ {
|
|
compatible = "netgear,r6350", "mediatek,mt7621-soc";
|
|
model = "Netgear R6350";
|
|
};
|
|
|
|
&led_power {
|
|
label = "r6350:green:power";
|
|
};
|
|
|
|
&led_usb {
|
|
label = "r6350:green:usb";
|
|
};
|
|
|
|
&led_internet {
|
|
label = "r6350:green:wan";
|
|
};
|
|
|
|
&led_wifi {
|
|
label = "r6350:green:wifi";
|
|
};
|
|
|
|
&wifi2 {
|
|
mediatek,mtd-eeprom = <&factory 0x0>;
|
|
};
|
|
|
|
&wifi5 {
|
|
mediatek,mtd-eeprom = <&factory 0x8000>;
|
|
};
|