Re: [PATCH 1/2] dt-bindings: iio: accel: adi,adxl367: add interrupt-names
"Rob Herring (Arm)" <[email protected]>
| Newsgroups | org.kernel.vger.linux-iio,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 05 Aug 2026 14:59:51 +0300, Antoniu Miclaus wrote: > The ADXL367 has two independent interrupt output pins, INT1 and INT2, > either of which may be wired to the host. Allow the interrupt line that > is connected to be described by adding an optional interrupt-names > property accepting "INT1" and/or "INT2", and permit a second interrupt > entry. interrupt-names is kept optional so existing device trees that > only specify a bare interrupts property remain valid. > > Signed-off-by: Antoniu Miclaus <[email protected]> > --- > .../devicetree/bindings/iio/accel/adi,adxl367.yaml | 11 ++++++++++- > 1 file changed, 10 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring (Arm) <[email protected]>