From 051ec7f11dcc890d5c73d76cd6131c37e802c879 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 16 Mar 2026 20:24:01 -0700 Subject: [PATCH] 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 Link: https://github.com/openwrt/openwrt/pull/22459 Signed-off-by: Robert Marko (cherry picked from commit 06125fc10df3afc0d022d1d519e2b8266a601a00) --- target/linux/ramips/dts/mt7628an_yuncore_cpe200.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/dts/mt7628an_yuncore_cpe200.dts b/target/linux/ramips/dts/mt7628an_yuncore_cpe200.dts index 41125a2618..bf8cb85f53 100644 --- a/target/linux/ramips/dts/mt7628an_yuncore_cpe200.dts +++ b/target/linux/ramips/dts/mt7628an_yuncore_cpe200.dts @@ -105,7 +105,7 @@ }; eeprom_factory_8000: eeprom@8000 { - reg = <0x8000 0x600>; + reg = <0x8000 0x4da8>; }; macaddr_factory_8004: macaddr@8004 {