On Wed, 26 May 2021 14:12:44 +0200 Linus Walleij <linus.walleij@xxxxxxxxxx> wrote: > On Wed, May 26, 2021 at 11:44 AM Stephan Gerhold <stephan@xxxxxxxxxxx> wrote: > > > According to the BMA253 datasheet [1] and BMA250 datasheet [2] BMA25x > > also supports a bandwidth of 500 Hz and 1000 Hz but this was not listed > > in the driver for some reason. > > > > Add it to the bw_table to make the driver match the datasheet. > > > > [1]: https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bma253-ds000.pdf > > [2]: https://datasheet.octopart.com/BMA250-Bosch-datasheet-15540103.pdf > > > > Cc: Peter Meerwald <pmeerw@xxxxxxxxxx> > > Cc: Linus Walleij <linus.walleij@xxxxxxxxxx> > > Signed-off-by: Stephan Gerhold <stephan@xxxxxxxxxxx> > > Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx> Applied to the togreg branch of iio.git and pushed out as testing for 0-day and any friends to play with. Thanks, Jonathan > > Yours, > Linus Walleij