Skip to content

Commit

Permalink
ramips: Cudy WR1300v2 fix mt7613 calibration data length
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
zekica authored and Ansuel committed Nov 8, 2023
1 parent c2a30b6 commit 168beef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/ramips/dts/mt7621_cudy_wr1300-v2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
};

eeprom_factory_8000: eeprom@8000 {
reg = <0x8000 0x200>;
reg = <0x8000 0x4da8>;
};
};

Expand Down

0 comments on commit 168beef

Please sign in to comment.