Re: [PATCH v2 6/9] iio: accel: bmc150: Add device IDs for BMA253
From: Stephan Gerhold <stephan@gerhold.net>
Date: 2021-06-10 13:03:01
Also in:
linux-iio
From: Stephan Gerhold <stephan@gerhold.net>
Date: 2021-06-10 13:03:01
Also in:
linux-iio
On Thu, Jun 10, 2021 at 03:51:46PM +0300, Andy Shevchenko wrote:
On Thu, Jun 10, 2021 at 3:24 PM Stephan Gerhold [off-list ref] wrote:quoted
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....quoted
- .name = "BMC150/BMI055/BMA255",Somehow this is unsorted.quoted
+ .name = "BMC150/BMI055/BMA253/BMA255",So does this.
Yeah I sorted multi-line lists and Kconfig but not those "one-line" lists... :-) Time for v3... Thanks for your review! Stephan