From 168beef1dde903f272d512c840af2b8e4e532a78 Mon Sep 17 00:00:00 2001 From: Filip Milivojevic Date: Fri, 3 Nov 2023 10:10:14 +0100 Subject: [PATCH] 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 --- target/linux/ramips/dts/mt7621_cudy_wr1300-v2.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>; }; }; -- 2.30.2