Browse Source

dts: bindings: sensor: bmp581: drop redundant `required` property

`required` already defaults to false and generates a compliance error
so drop it.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
pull/92264/head
Benjamin Cabé 2 weeks ago committed by Daniel DeGrasse
parent
commit
3fd1335457
  1. 1
      dts/bindings/sensor/bosch,bmp581.yaml

1
dts/bindings/sensor/bosch,bmp581.yaml

@ -9,7 +9,6 @@ include: [sensor-device.yaml, i2c-device.yaml] @@ -9,7 +9,6 @@ include: [sensor-device.yaml, i2c-device.yaml]
properties:
int-gpios:
type: phandle-array
required: false
description: Interrupt pin.
The interrupt pin of BMP581 is open-drain, active low. If connected directly to the MCU,

Loading…
Cancel
Save