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> (cherry picked from commit06125fc10d)
This commit is contained in:
parent
7014bb7ee2
commit
051ec7f11d
@ -105,7 +105,7 @@
|
||||
};
|
||||
|
||||
eeprom_factory_8000: eeprom@8000 {
|
||||
reg = <0x8000 0x600>;
|
||||
reg = <0x8000 0x4da8>;
|
||||
};
|
||||
|
||||
macaddr_factory_8004: macaddr@8004 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user