Re: [PATCH 2/4] dt-bindings: iio: accel: bma255: Add bosch,bmc156_accel
From: Rob Herring <robh@kernel.org>
Date: 2021-07-29 19:10:49
Also in:
linux-iio
From: Rob Herring <robh@kernel.org>
Date: 2021-07-29 19:10:49
Also in:
linux-iio
On Mon, 19 Jul 2021 13:21:54 +0200, Stephan Gerhold wrote:
BMC156 is very smilar to BMC150, but it has only one accelerometer interrupt pin. It would make sense if only INT1 was exposed but someone at Bosch was crazy and decided to only have an INT2 pin. In this case, it does not make sense if the first interrupt pin is treated as INT1 (since that pin does not exist). Add a note to the bindings that the first interrupt pin is treated as INT2 for BMC156. Signed-off-by: Stephan Gerhold <stephan@gerhold.net> --- .../bindings/iio/accel/bosch,bma255.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+)
Reviewed-by: Rob Herring <robh@kernel.org>