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>