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 <linus.walleij@xxxxxxxxxx> > Signed-off-by: Stephan Gerhold <stephan@xxxxxxxxxxx> > --- > 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@xxxxxxxxxx>