Re: [PATCH v2 1/4] dt-bindings: iio: accel: bma255: Add interrupt-names
From: Rob Herring <robh@kernel.org>
Date: 2021-08-06 21:49:45
Also in:
linux-iio
From: Rob Herring <robh@kernel.org>
Date: 2021-08-06 21:49:45
Also in:
linux-iio
On Mon, 02 Aug 2021 17:56:54 +0200, Stephan Gerhold wrote:
The binding already allows specifying both interrupt pins, but there
is currently no way to describe a board where (for whatever reason)
only INT2 is connected. Make it possible to use "interrupt-names"
to make it explicit which interrupt pin is meant in the interrupts.
Reviewed-by: Linus Walleij <redacted>
Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
---
Changes in v2:
- Add "Without interrupt-names, ..." to "interrupts" description
to clarify that ordering of interrupts can be relaxed if
interrupt-names is used.
---
.../bindings/iio/accel/bosch,bma255.yaml | 16 +++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)Reviewed-by: Rob Herring <robh@kernel.org>