On Wed, 11 Dec 2019 22:38:19 +0100, Linus Walleij wrote: > This adds support for the BMA254 variant of this > accelerometer. The only difference for the simple IIO > driver is that values are 12 bit and the temperature > offset differs by 1 degree. > > Cc: Peter Meerwald <pmeerw@xxxxxxxxxx> > Cc: Oleksandr Kravchenko <o.v.kravchenko@xxxxxxxxxxxxxxx> > Cc: devicetree@xxxxxxxxxxxxxxx > Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> > --- > .../devicetree/bindings/iio/accel/bma180.txt | 7 +- > drivers/iio/accel/Kconfig | 4 +- > drivers/iio/accel/bma180.c | 108 +++++++++++++++--- > 3 files changed, 100 insertions(+), 19 deletions(-) > Acked-by: Rob Herring <robh@xxxxxxxxxx>