On Sun, 13 Dec 2020 13:25:14 +0000 Jonathan Cameron <jic23@xxxxxxxxxx> wrote: > On Wed, 9 Dec 2020 12:17:39 -0600 > Rob Herring <robh@xxxxxxxxxx> wrote: > > > On Wed, 02 Dec 2020 09:35:51 +0100, Stephan Gerhold wrote: > > > The bmc150-accel-i2c.c driver has an "_accel" suffix for the > > > compatibles of BMC150 and BMI055. This is necessary because BMC150 > > > contains both accelerometer (bosch,bmc150_accel) and magnetometer > > > (bosch,bmc150_magn) and therefore "bosch,bmc150" would be ambiguous. > > > > > > However, the binding documentation suggests using "bosch,bmc150". > > > Add the "_accel" suffix for BMC150 and BMI055 so the binding docs > > > match what is expected by the driver. > > > > > > Cc: Linus Walleij <linus.walleij@xxxxxxxxxx> > > > Fixes: 496a39526fce8 ("iio: accel: bmc150-accel: Add DT bindings") > > > Signed-off-by: Stephan Gerhold <stephan@xxxxxxxxxxx> > > > --- > > > Documentation/devicetree/bindings/iio/accel/bosch,bma255.yaml | 4 ++-- > > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > > > > Reviewed-by: Rob Herring <robh@xxxxxxxxxx> > Applied to the fixes-togreg branch of iio.git which is now based on stuff > queued up for the merge window. I'll send a pull not long after rc1. > Not sure why, but the Fixes tag above is invalid. As a result I need to rebase this branch anyway so I've also brought it forward to staging/staging-linus as of today. Hopefully I'll get pull request out tomorrow. Sorry for the delay! Jonathan > Thanks, > > Jonathan > >