On Sat, May 4, 2024 at 8:00 AM Barnabás Czémán <trabarni@xxxxxxxxx> wrote: > > Add support for bosch bmi120. > BMI120 is an energy-efficient version of BMI160. Despite having a different > CHIPID value, this variant seems to be fully compatible with BMI160. > It could be find in many phones like xiaomi-vince or xiaomi-tissot. > > Signed-off-by: Barnabás Czémán <trabarni@xxxxxxxxx> > --- > Changes in v2: > - Add bosch,bmi120 as a fallback compatible. > - Remove error path if chipid is not found. > - Link to v1: https://lore.kernel.org/r/20240504-bmi120-v1-0-478470a85058@xxxxxxxxx > > --- > Danila Tikhonov (2): > iio: imu: bmi160: add support for bmi120 > dt-bindings: iio: imu: bmi160: add bmi120 > Preferably, the DT bindings patch should go first in the series before the code that use it (makes it easier for reviewers to read it in right order).