dt-bindings: iio: accel: bosch,bma220 set irq type in example block

Set the interrupt type to rising edge within the example block in order
to match the new driver.

The entry that got replaced was not in use by the original driver.

Signed-off-by: Petre Rodan <petre.rodan@subdimension.ro>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
Petre Rodan 2025-09-13 18:39:24 +03:00 committed by Jonathan Cameron
parent b8719569a0
commit 92c7ae3486

View File

@ -50,7 +50,7 @@ examples:
spi-cpol;
spi-cpha;
interrupt-parent = <&gpio0>;
interrupts = <0 IRQ_TYPE_LEVEL_HIGH>;
interrupts = <0 IRQ_TYPE_EDGE_RISING>;
};
};
...