summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRosen Penev2026-03-17 03:24:01 +0000
committerHauke Mehrtens2026-05-04 21:35:44 +0000
commit051ec7f11dcc890d5c73d76cd6131c37e802c879 (patch)
treeff6bf17c49f8328e540784560f274235cb618c39
parent7014bb7ee2c1abc8647e9c0ec1c3c107a01def2e (diff)
downloadopenwrt-051ec7f11dcc890d5c73d76cd6131c37e802c879.tar.gz
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 commit 06125fc10df3afc0d022d1d519e2b8266a601a00)
-rw-r--r--target/linux/ramips/dts/mt7628an_yuncore_cpe200.dts2
1 files changed, 1 insertions, 1 deletions
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 {