mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
4716c843d6
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>
34 lines
468 B
Plaintext
34 lines
468 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/dts-v1/;
|
|
|
|
#include "mt7621_netgear_sercomm_chj.dtsi"
|
|
|
|
/ {
|
|
compatible = "netgear,r6850", "mediatek,mt7621-soc";
|
|
model = "Netgear R6850";
|
|
};
|
|
|
|
&led_power {
|
|
label = "r6850:green:power";
|
|
};
|
|
|
|
&led_usb {
|
|
label = "r6850:green:usb";
|
|
};
|
|
|
|
&led_internet {
|
|
label = "r6850:green:wan";
|
|
};
|
|
|
|
&led_wifi {
|
|
label = "r6850:green:wifi";
|
|
};
|
|
|
|
&wifi2 {
|
|
mediatek,mtd-eeprom = <&factory 0x0>;
|
|
};
|
|
|
|
&wifi5 {
|
|
mediatek,mtd-eeprom = <&factory 0x8000>;
|
|
};
|