From: Rosen Penev Date: Mon, 16 Dec 2024 22:15:08 +0000 (-0800) Subject: ath79: fix calibration size for AR9285 X-Git-Tag: v25.12.0-rc1~1317 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d13c3200eaa703f3e0ac622e23197bc85d09cd0a;p=thirdparty%2Fopenwrt.git 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 Link: https://github.com/openwrt/openwrt/pull/19863 Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/ath79/dts/ar7240_openmesh_om2p-v1.dts b/target/linux/ath79/dts/ar7240_openmesh_om2p-v1.dts index 71664094f3f..36994222a58 100644 --- a/target/linux/ath79/dts/ar7240_openmesh_om2p-v1.dts +++ b/target/linux/ath79/dts/ar7240_openmesh_om2p-v1.dts @@ -145,7 +145,7 @@ }; calibration_art_1000: calibration@1000 { - reg = <0x1000 0x440>; + reg = <0x1000 0x200>; }; }; };