]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ramips: cpe200: fix eeprom size 22459/head
authorRosen Penev <rosenp@gmail.com>
Tue, 17 Mar 2026 03:24:01 +0000 (20:24 -0700)
committerRobert Marko <robimarko@gmail.com>
Thu, 19 Mar 2026 09:46:49 +0000 (10:46 +0100)
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>
target/linux/ramips/dts/mt7628an_yuncore_cpe200.dts

index 41125a2618e8e0d2a2911484beca88f5c51476e2..bf8cb85f535aca0c2b919ffb6b252557eb6d8109 100644 (file)
                                        };
 
                                        eeprom_factory_8000: eeprom@8000 {
-                                               reg = <0x8000 0x600>;
+                                               reg = <0x8000 0x4da8>;
                                        };
 
                                        macaddr_factory_8004: macaddr@8004 {