|
@@ -189,7 +189,7 @@ static int adis16209_read_raw(struct iio_dev *indio_dev,
|
|
case IIO_CHAN_INFO_OFFSET:
|
|
case IIO_CHAN_INFO_OFFSET:
|
|
/*
|
|
/*
|
|
* The raw ADC value is 0x4FE when the temperature
|
|
* The raw ADC value is 0x4FE when the temperature
|
|
- * is 25 degrees and the scale factor per milli
|
|
|
|
|
|
+ * is 45 degrees and the scale factor per milli
|
|
* degree celcius is -470.
|
|
* degree celcius is -470.
|
|
*/
|
|
*/
|
|
*val = 25000 / -470 - 0x4FE;
|
|
*val = 25000 / -470 - 0x4FE;
|