iio:adis16400: Add support for the adis16448
The adis16448 is more or less from the same family of devices as supported by this driver. It features three acceleration channels, three angular velocity channels, three magnetometer channels, one temperature channels and one barometric pressure channel. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:

committed by
Jonathan Cameron

parent
1db18bb4c2
commit
76ada52f7f
@@ -44,6 +44,9 @@
|
||||
#define ADIS16300_ROLL_OUT 0x14 /* Y axis inclinometer output measurement */
|
||||
#define ADIS16300_AUX_ADC 0x16 /* Auxiliary ADC measurement */
|
||||
|
||||
#define ADIS16448_BARO_OUT 0x16 /* Barometric pressure output */
|
||||
#define ADIS16448_TEMP_OUT 0x18 /* Temperature output */
|
||||
|
||||
/* Calibration parameters */
|
||||
#define ADIS16400_XGYRO_OFF 0x1A /* X-axis gyroscope bias offset factor */
|
||||
#define ADIS16400_YGYRO_OFF 0x1C /* Y-axis gyroscope bias offset factor */
|
||||
@@ -179,6 +182,7 @@ enum {
|
||||
ADIS16400_SCAN_MAGN_X,
|
||||
ADIS16400_SCAN_MAGN_Y,
|
||||
ADIS16400_SCAN_MAGN_Z,
|
||||
ADIS16400_SCAN_BARO,
|
||||
ADIS16350_SCAN_TEMP_X,
|
||||
ADIS16350_SCAN_TEMP_Y,
|
||||
ADIS16350_SCAN_TEMP_Z,
|
||||
|
Reference in New Issue
Block a user