diff options
author | Crestez Dan Leonard <leonard.crestez@intel.com> | 2016-04-19 15:02:11 +0300 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-04-23 22:47:18 +0100 |
commit | 41c128cb25cee72be66397fae8ceb8dc0c2c6984 (patch) | |
tree | 565790d53c48d521f970c7ed6c32fe1784f7a3de /drivers/iio/gyro/st_gyro_core.c | |
parent | f21122593d99c7e051891da1b148c771b7d56e07 (diff) |
iio: st_gyro: Add lsm9ds0-gyro support
This device has an identical interface to other supported sensors and the patch
only adds IDs.
Signed-off-by: Crestez Dan Leonard <leonard.crestez@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/gyro/st_gyro_core.c')
-rw-r--r-- | drivers/iio/gyro/st_gyro_core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/gyro/st_gyro_core.c b/drivers/iio/gyro/st_gyro_core.c index be9057e89dc3..52a3c87c375c 100644 --- a/drivers/iio/gyro/st_gyro_core.c +++ b/drivers/iio/gyro/st_gyro_core.c @@ -204,6 +204,7 @@ static const struct st_sensor_settings st_gyro_sensors_settings[] = { [2] = LSM330DLC_GYRO_DEV_NAME, [3] = L3G4IS_GYRO_DEV_NAME, [4] = LSM330_GYRO_DEV_NAME, + [5] = LSM9DS0_GYRO_DEV_NAME, }, .ch = (struct iio_chan_spec *)st_gyro_16bit_channels, .odr = { |