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
473 B
Plaintext
34 lines
473 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/dts-v1/;
|
|
|
|
#include "mt7621_netgear_sercomm_chj.dtsi"
|
|
|
|
/ {
|
|
compatible = "netgear,r6260", "mediatek,mt7621-soc";
|
|
model = "Netgear R6260";
|
|
};
|
|
|
|
&led_power {
|
|
label = "r6260:green:power";
|
|
};
|
|
|
|
&led_usb {
|
|
label = "r6260:green:usb";
|
|
};
|
|
|
|
&led_internet {
|
|
label = "r6260:green:wan";
|
|
};
|
|
|
|
&led_wifi {
|
|
label = "r6260:green:wifi";
|
|
};
|
|
|
|
&wifi2 {
|
|
mediatek,mtd-eeprom = <&factory 0x20000>;
|
|
};
|
|
|
|
&wifi5 {
|
|
mediatek,mtd-eeprom = <&factory 0x28000>;
|
|
};
|