Re: [PATCH v2 6/9] iio: accel: bmc150: Add device IDs for BMA253
From: Andy Shevchenko <hidden>
Date: 2021-06-10 12:52:13
Also in:
linux-iio
From: Andy Shevchenko <hidden>
Date: 2021-06-10 12:52:13
Also in:
linux-iio
On Thu, Jun 10, 2021 at 3:24 PM Stephan Gerhold [off-list ref] wrote:
BMA253 is mostly like BMA255 and has exactly the same register layout as used by the bmc150-accel driver as far I can tell. Making it work is as simple as adding new device IDs for it since it has the same chip_id = 0xFA (250) as BMA255 and others.
...
- .name = "BMC150/BMI055/BMA255",
Somehow this is unsorted.
+ .name = "BMC150/BMI055/BMA253/BMA255",
So does this. -- With Best Regards, Andy Shevchenko