diff options
| author | Rosen Penev | 2026-03-17 05:17:14 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2026-05-04 21:40:40 +0000 |
| commit | 55b55c2d1adf8702c95b246d846ac79ca024edd1 (patch) | |
| tree | 3346a7ad9b28821a6e7b1451f7d8d0374ac9c0b3 | |
| parent | 051ec7f11dcc890d5c73d76cd6131c37e802c879 (diff) | |
| download | openwrt-55b55c2d1adf8702c95b246d846ac79ca024edd1.tar.gz | |
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>
(cherry picked from commit 086fb1c06777682f3e16fa6e4062b523da856dea)
| -rw-r--r-- | target/linux/ramips/dts/mt7628an_wavlink_wl-wn575a3.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7628an_wavlink_wl-wn575a3.dts b/target/linux/ramips/dts/mt7628an_wavlink_wl-wn575a3.dts index 430ca2f0c6..8370b3c03e 100644 --- a/target/linux/ramips/dts/mt7628an_wavlink_wl-wn575a3.dts +++ b/target/linux/ramips/dts/mt7628an_wavlink_wl-wn575a3.dts @@ -111,7 +111,7 @@ }; eeprom_factory_8000: eeprom@8000 { - reg = <0x8000 0x200>; + reg = <0x8000 0x4da8>; }; macaddr_factory_28: macaddr@28 { |