mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-10-15 14:22:11 -04: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
@ -145,7 +145,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
calibration_art_1000: calibration@1000 {
|
calibration_art_1000: calibration@1000 {
|
||||||
reg = <0x1000 0x440>;
|
reg = <0x1000 0x200>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user