mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-10 15:22:52 +01:00
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:
parent
442f91c117
commit
d13c3200ea
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@
|
|||
};
|
||||
|
||||
calibration_art_1000: calibration@1000 {
|
||||
reg = <0x1000 0x440>;
|
||||
reg = <0x1000 0x200>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue