On Tue, 24 Mar 2020 22:52:25 +0100 Jimmy Assarsson <jimmyassarsson@xxxxxxxxx> wrote: > Support for sensor with up to 8 different ODR settings. > Required for supporting LIS3MDL as sensor hub slave device. > > Signed-off-by: Jimmy Assarsson <jimmyassarsson@xxxxxxxxx> Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to poke at it. Thanks, Jonathan > --- > drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h b/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h > index f2113a63721a..38b613072da2 100644 > --- a/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h > +++ b/drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h > @@ -111,7 +111,7 @@ struct st_lsm6dsx_odr { > u8 val; > }; > > -#define ST_LSM6DSX_ODR_LIST_SIZE 6 > +#define ST_LSM6DSX_ODR_LIST_SIZE 8 > struct st_lsm6dsx_odr_table_entry { > struct st_lsm6dsx_reg reg; >