mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-05-04 17:36:12 +02:00
ramips: wn575a3: fix eeprom size for 5ghz wifi
MT7613 uses 4da8 for eeprom size. eeprom + calibration. Signed-off-by: Rosen Penev <rosenp@gmail.com> Link: https://github.com/openwrt/openwrt/pull/22463 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
a6cd7ace35
commit
086fb1c067
@ -111,7 +111,7 @@
|
||||
};
|
||||
|
||||
eeprom_factory_8000: eeprom@8000 {
|
||||
reg = <0x8000 0x200>;
|
||||
reg = <0x8000 0x4da8>;
|
||||
};
|
||||
|
||||
macaddr_factory_28: macaddr@28 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user