For ath9k NICs older than AR9287, The eeprom size is 0xeb8.
Fixes: https://github.com/openwrt/openwrt/issues/17196
Fixes: 74f2df9dbccd ("ath79: mtd-cal-data removals")
Signed-off-by: Shiji Yang <yangshiji66@qq.com>
Link: https://github.com/openwrt/openwrt/pull/17261
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
#size-cells = <1>;
cal_art_11000: calibration@11000 {
- reg = <0x11000 0x440>;
+ reg = <0x11000 0xeb8>;
};
macaddr_art_1120c: macaddr@1120c {
#size-cells = <1>;
cal_art_1000: calibration@1000 {
- reg = <0x1000 0x440>;
+ reg = <0x1000 0xeb8>;
};
};
};
#size-cells = <1>;
cal_art_1000: calibration@1000 {
- reg = <0x1000 0x440>;
+ reg = <0x1000 0xeb8>;
};
};
};
#size-cells = <1>;
cal_art_1000: calibration@1000 {
- reg = <0x1000 0x440>;
+ reg = <0x1000 0xeb8>;
};
};
};