diff options
author | 2024-12-25 18:13:33 +0000 | |
---|---|---|
committer | 2024-12-28 14:29:56 +0000 | |
commit | 9f2223e3423a967a8b8c52e072c18b6c6e59a550 (patch) | |
tree | d60ab27026bb74713bb03fe4136950f20865ab70 | |
parent | dt-bindings: iio: imu: bmi323: add boolean type for drive-open-drain (diff) | |
download | wireguard-linux-9f2223e3423a967a8b8c52e072c18b6c6e59a550.tar.xz wireguard-linux-9f2223e3423a967a8b8c52e072c18b6c6e59a550.zip |
dt-bindings: iio: accel: adxl345: make interrupts not a required property
Remove interrupts from the list of required properties. The ADXL345
does not need interrupts for basic accelerometer functionality.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Lothar Rubusch <l.rubusch@gmail.com>
Link: https://patch.msgid.link/20241225181338.69672-3-l.rubusch@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to '')
-rw-r--r-- | Documentation/devicetree/bindings/iio/accel/adi,adxl345.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/iio/accel/adi,adxl345.yaml b/Documentation/devicetree/bindings/iio/accel/adi,adxl345.yaml index 280ed479ef5a..bc46ed00f2b3 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# |