Skip to content

Commit b186b18

Browse files
robherringjic23
authored andcommitted
dt-bindings: iio/proximity: semtech,sx9360: Fix 'semtech,resolution' type
'semtech,resolution' is a single value, not an array. Note that it is also defined as a string in semtech,sx9310.yaml. Sigh. Signed-off-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Cameron <[email protected]>
1 parent c612bcb commit b186b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/iio/proximity/semtech,sx9360.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ properties:
3636
const: 1
3737

3838
semtech,resolution:
39-
$ref: /schemas/types.yaml#/definitions/uint32-array
39+
$ref: /schemas/types.yaml#/definitions/uint32
4040
enum: [8, 16, 32, 64, 128, 256, 512, 1024]
4141
description:
4242
Capacitance measurement resolution. For both phases, "reference" and

0 commit comments

Comments
 (0)