1
0
Fork 0
forked from mirror/openwrt

ramips: cpe200: fix eeprom size

A size of 600 is incomplete in that calibration data is not included,
resulting in low TX power.

Fixes: 64dae105 ("ramips: mt76x8: add support for Yuncore CPE200")
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22459
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
Rosen Penev 2026-03-16 20:24:01 -07:00 committed by Robert Marko
parent c949d0e6c6
commit 06125fc10d

View file

@ -105,7 +105,7 @@
};
eeprom_factory_8000: eeprom@8000 {
reg = <0x8000 0x600>;
reg = <0x8000 0x4da8>;
};
macaddr_factory_8004: macaddr@8004 {