mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-18 00:24:58 +08:00
staging:iio:adis16203: Set self_test_no_autoclear flag
The ADIS16201 does not automatically clear the self test flag bit the self test has been, so clear it manually. Otherwise we'll see a offset caused by the self-test bias on the output values during normal operation. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
parent
2441049286
commit
26d96e8ea9
@ -134,6 +134,7 @@ static const struct adis_data adis16203_data = {
|
||||
.diag_stat_reg = ADIS16203_DIAG_STAT,
|
||||
|
||||
.self_test_mask = ADIS16203_MSC_CTRL_SELF_TEST_EN,
|
||||
.self_test_no_autoclear = true,
|
||||
.startup_delay = ADIS16203_STARTUP_DELAY,
|
||||
|
||||
.status_error_msgs = adis16203_status_error_msgs,
|
||||
|
Loading…
Reference in New Issue
Block a user