Skip to content

Commit 661fc78

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

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,15 +159,13 @@ properties:
159159
160160
low-noise:
161161
type: boolean
162-
required: false
163162
description: |
164163
Enables the LOW_NOISE flag in the CTRL6 register.
165164
This influences the noise density and the current consumption.
166165
See the datasheet for more information.
167166
168167
hp-filter-path:
169168
type: boolean
170-
required: false
171169
description: |
172170
Sets the Filtered Data Selection bit in the CTRL6 register.
173171
When enabled, the high-pass filter path is selected.
@@ -177,7 +175,6 @@ properties:
177175
178176
hp-ref-mode:
179177
type: boolean
180-
required: false
181178
description: |
182179
Enables the high-pass filter reference mode in the CTRL7 register.
183180
When the high-pass filter is configured in reference mode,
@@ -190,7 +187,6 @@ properties:
190187
191188
drdy-pulsed:
192189
type: boolean
193-
required: false
194190
description: |
195191
Selects the pulsed mode for data-ready interrupt when enabled,
196192
and the latched mode when disabled.

0 commit comments

Comments
 (0)