[PATCH v7 2/7] dt-bindings: iio: accel: adxl345: make interrupts not a required property

From: Lothar Rubusch
Date: Fri Dec 13 2024 - 16:19:55 EST


Remove interrupts from the list of required properties. The ADXL345
does not need interrupts for basic accelerometer functionality. The
sensor offers optional events which can be indicated on one of two
interrupt lines.

Signed-off-by: Lothar Rubusch <l.rubusch@xxxxxxxxx>
---
Documentation/devicetree/bindings/iio/accel/adi,adxl345.yaml | 1 -
1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/iio/accel/adi,adxl345.yaml b/Documentation/devicetree/bindings/iio/accel/adi,adxl345.yaml
index 280ed479e..bc46ed00f 100644
--- a/Documentation/devicetree/bindings/iio/accel/adi,adxl345.yaml
+++ b/Documentation/devicetree/bindings/iio/accel/adi,adxl345.yaml
@@ -40,7 +40,6 @@ properties:
required:
- compatible
- reg
- - interrupts

allOf:
- $ref: /schemas/spi/spi-peripheral-props.yaml#
--
2.39.5