Re: [PATCH v8 3/7] dt-bindings: iio: accel: adxl345: add interrupt-names

From: Jonathan Cameron
Date: Sat Dec 28 2024 - 09:30:55 EST


On Fri, 27 Dec 2024 08:58:00 +0100
Krzysztof Kozlowski <krzk@xxxxxxxxxx> wrote:

> On Wed, Dec 25, 2024 at 06:13:34PM +0000, Lothar Rubusch wrote:
> > Add interrupt-names INT1 and INT2 for the two interrupt lines of the
> > sensor.
> >
> > When one of the two interrupt lines is connected, the interrupt as its
> > interrupt-name, need to be declared in the devicetree. The driver then
> > configures the sensor to indicate its events on either INT1 or INT2.
> >
> > If no interrupt is configured, then no interrupt-name should be
> > configured, and vice versa. In this case the sensor runs in FIFO BYPASS
> > mode. This allows sensor measurements, but none of the sensor events.
> >
> > Signed-off-by: Lothar Rubusch <l.rubusch@xxxxxxxxx>
>
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
>
> Best regards,
> Krzysztof
>
Applied. thanks

Jonathan