Skip to content

Commit 9f716d3

Browse files
committed
dts: bindings: sensor: st,lis2mdl cleanup boolean properties
Remove 'required: false' for boolean properties. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent 661fc78 commit 9f716d3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dts/bindings/sensor/st,lis2mdl-common.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,17 @@ properties:
1313

1414
single-mode:
1515
type: boolean
16-
required: false
1716
description: |
1817
Set to config the sensor in single measurement mode. Leave
1918
unset to configure the sensor in continious measurement mode.
2019
2120
cancel-offset:
2221
type: boolean
23-
required: false
2422
description: |
2523
Set to enable the offset cancellation. Otherwise it would be
2624
disabled as default.
2725
2826
spi-full-duplex:
2927
type: boolean
30-
required: false
3128
description: |
3229
Enable SPI 4wires mode with separated MISO and MOSI lines

0 commit comments

Comments
 (0)