summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips
diff options
context:
space:
mode:
authorFilip Milivojevic <zekica@gmail.com>2023-11-03 10:10:14 +0100
committerChristian Marangi <ansuelsmth@gmail.com>2023-11-08 17:16:18 +0100
commit168beef1dde903f272d512c840af2b8e4e532a78 (patch)
tree4f0adb060ec5c28e614c1515f6a54ac5ef2364f8 /target/linux/ramips
parentc2a30b6e01aa756cd7d50c578ab4344c725ecc59 (diff)
downloadopenwrt-168beef1dde903f272d512c840af2b8e4e532a78.tar.gz
openwrt-168beef1dde903f272d512c840af2b8e4e532a78.tar.bz2
openwrt-168beef1dde903f272d512c840af2b8e4e532a78.zip
ramips: Cudy WR1300v2 fix mt7613 calibration data length
Since MT7613 is handled by MT7615 driver, and other devices using MT7615 have reg = <0x8000 0x4da8>; this needs updating or eeprom data fails to load. Signed-off-by: Filip Milivojevic <zekica@gmail.com>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r--target/linux/ramips/dts/mt7621_cudy_wr1300-v2.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/mt7621_cudy_wr1300-v2.dts b/target/linux/ramips/dts/mt7621_cudy_wr1300-v2.dts
index 264a0fa5c1..a4a148f53b 100644
--- a/target/linux/ramips/dts/mt7621_cudy_wr1300-v2.dts
+++ b/target/linux/ramips/dts/mt7621_cudy_wr1300-v2.dts
@@ -90,7 +90,7 @@
};
eeprom_factory_8000: eeprom@8000 {
- reg = <0x8000 0x200>;
+ reg = <0x8000 0x4da8>;
};
};