ath79: fix ath9k calibration data size for AR9132

For ath9k NICs older than AR9287, The eeprom size is 0xeb8.

Fixes: https://github.com/openwrt/openwrt/issues/17196
Fixes: 74f2df9dbc ("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>
(cherry picked from commit 96eb12e961)
This commit is contained in:
Shiji Yang 2024-12-12 22:40:08 +08:00 committed by Hauke Mehrtens
parent 28bde50c1d
commit 28602452df
4 changed files with 4 additions and 4 deletions

View File

@ -145,7 +145,7 @@
#size-cells = <1>;
cal_art_11000: calibration@11000 {
reg = <0x11000 0x440>;
reg = <0x11000 0xeb8>;
};
macaddr_art_1120c: macaddr@1120c {

View File

@ -104,7 +104,7 @@
#size-cells = <1>;
cal_art_1000: calibration@1000 {
reg = <0x1000 0x440>;
reg = <0x1000 0xeb8>;
};
};
};

View File

@ -131,7 +131,7 @@
#size-cells = <1>;
cal_art_1000: calibration@1000 {
reg = <0x1000 0x440>;
reg = <0x1000 0xeb8>;
};
};
};

View File

@ -153,7 +153,7 @@
#size-cells = <1>;
cal_art_1000: calibration@1000 {
reg = <0x1000 0x440>;
reg = <0x1000 0xeb8>;
};
};
};