]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ath79: fix calibration size for AR9285
authorRosen Penev <rosenp@gmail.com>
Mon, 16 Dec 2024 22:15:08 +0000 (14:15 -0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 11 Sep 2025 23:20:49 +0000 (01:20 +0200)
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>
target/linux/ath79/dts/ar7240_openmesh_om2p-v1.dts

index 71664094f3fa0f3f552a05faade1d32b4a80a873..36994222a588c4f73d66d33ab30d7dd3ad199600 100644 (file)
                                        };
 
                                        calibration_art_1000: calibration@1000 {
-                                               reg = <0x1000 0x440>;
+                                               reg = <0x1000 0x200>;
                                        };
                                };
                        };