Message ID | BN6PR04MB0660DA2A47787A56A2FC7290A3A90@BN6PR04MB0660.namprd04.prod.outlook.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | iio: accel: Add bma023 support to bma180 | expand |
On Sun, May 3, 2020 at 7:22 PM Jonathan Bakker <xc-racer2@live.ca> wrote: > The bma023 is in the same family as the bma180 and support is > being added to the bma180 IIO driver for it. > > Signed-off-by: Jonathan Bakker <xc-racer2@live.ca> (...) > - compatible : should be one of: > + "bosch,bma023" Please add bma150 and smb380 compatibles at the same time, it's simple enough and nobody will get hurt. With that: Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Yours, Linus Walleij
On Sun, 3 May 2020 10:22:04 -0700, Jonathan Bakker wrote: > The bma023 is in the same family as the bma180 and support is > being added to the bma180 IIO driver for it. > > Signed-off-by: Jonathan Bakker <xc-racer2@live.ca> > --- > Documentation/devicetree/bindings/iio/accel/bma180.txt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/iio/accel/bma180.txt b/Documentation/devicetree/bindings/iio/accel/bma180.txt index f53237270b32..48bec35f452a 100644 --- a/Documentation/devicetree/bindings/iio/accel/bma180.txt +++ b/Documentation/devicetree/bindings/iio/accel/bma180.txt @@ -1,4 +1,4 @@ -* Bosch BMA180 / BMA25x triaxial acceleration sensor +* Bosch BMA023 / BMA180 / BMA25x triaxial acceleration sensor http://omapworld.com/BMA180_111_1002839.pdf http://ae-bst.resource.bosch.com/media/products/dokumente/bma250/bst-bma250-ds002-05.pdf @@ -6,6 +6,7 @@ http://ae-bst.resource.bosch.com/media/products/dokumente/bma250/bst-bma250-ds00 Required properties: - compatible : should be one of: + "bosch,bma023" "bosch,bma180" "bosch,bma250" "bosch,bma254"
The bma023 is in the same family as the bma180 and support is being added to the bma180 IIO driver for it. Signed-off-by: Jonathan Bakker <xc-racer2@live.ca> --- Documentation/devicetree/bindings/iio/accel/bma180.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)