ath79: fix calibration size for AR9285

These devices use AR9285, which uses 1f8 as the calibration size, not
440 like newer chips do. Actually the driver mandates a minimum of 200.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19863
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Rosen Penev 2024-12-16 14:15:08 -08:00 committed by Hauke Mehrtens
parent 442f91c117
commit d13c3200ea

View File

@ -145,7 +145,7 @@
};
calibration_art_1000: calibration@1000 {
reg = <0x1000 0x440>;
reg = <0x1000 0x200>;
};
};
};