staging:iio:adis16400: Fix ADIS16300 temperature address
The ADIS16300 uses the same address for the temperature register as the ADIS16350 and not the same as the ADIS16400. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Acked-by: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
791de6771e
commit
6f30592e8c
1 changed files with 1 additions and 1 deletions
|
@ -946,7 +946,7 @@ static struct iio_chan_spec adis16300_channels[] = {
|
|||
.info_mask = IIO_CHAN_INFO_RAW_SEPARATE_BIT |
|
||||
IIO_CHAN_INFO_OFFSET_SEPARATE_BIT |
|
||||
IIO_CHAN_INFO_SCALE_SEPARATE_BIT,
|
||||
.address = temp,
|
||||
.address = temp0,
|
||||
.scan_index = ADIS16400_SCAN_TEMP,
|
||||
.scan_type = IIO_ST('s', 12, 16, 0),
|
||||
}, {
|
||||
|
|
Loading…
Add table
Reference in a new issue