ath79: fix calibration size for AR9287

These devices use AR9287, which uses 3d8 as the calibration size, not
440 like newer chips do. Add a compatible line to make it clear that
this is the case.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2024-12-16 14:15:08 -08:00
parent 411f04e6f9
commit dbc926f557

View File

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