commit | eb4e91f42fc9140b7e373675e03a21a7eaec68e3 | [log] [tgz] |
---|---|---|
author | Stephan Gerhold <stephan@gerhold.net> | Wed May 26 11:44:08 2021 +0200 |
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | Thu Jun 03 18:24:14 2021 +0100 |
tree | 0ef577c03d2c8de7c9bd8aa0379085a055852d61 | |
parent | b711f687a1c1c14c2da589e84e4f61b975196951 [diff] |
iio: accel: bma180: Add missing 500 Hz / 1000 Hz bandwidth 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@pmeerw.net> Signed-off-by: Stephan Gerhold <stephan@gerhold.net> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20210526094408.34298-3-stephan@gerhold.net Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>