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:
Rosen Penev 2026-03-16 22:17:14 -07:00 committed by Robert Marko
parent a6cd7ace35
commit 086fb1c067

View File

@ -111,7 +111,7 @@
};
eeprom_factory_8000: eeprom@8000 {
reg = <0x8000 0x200>;
reg = <0x8000 0x4da8>;
};
macaddr_factory_28: macaddr@28 {