diff options
author | Rob Herring <robh@kernel.org> | 2023-01-26 01:14:04 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2023-01-28 19:26:30 +0300 |
commit | b186b18efdff219002298f3d87714cf5784b1926 (patch) | |
tree | 473d97309801943e03cf706e4aadf69c661ab65c | |
parent | c612bcb75fa17807f17ef2dbb1b56fde7234bd9f (diff) | |
download | linux-b186b18efdff219002298f3d87714cf5784b1926.tar.xz |
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 <robh@kernel.org>
Link: https://lore.kernel.org/r/20230125221404.3057806-1-robh@kernel.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
-rw-r--r-- | Documentation/devicetree/bindings/iio/proximity/semtech,sx9360.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/iio/proximity/semtech,sx9360.yaml b/Documentation/devicetree/bindings/iio/proximity/semtech,sx9360.yaml index f088c5d2be99..ad0bb44f41b6 100644 --- a/Documentation/devicetree/bindings/iio/proximity/semtech,sx9360.yaml +++ b/Documentation/devicetree/bindings/iio/proximity/semtech,sx9360.yaml @@ -36,7 +36,7 @@ properties: const: 1 semtech,resolution: - $ref: /schemas/types.yaml#/definitions/uint32-array + $ref: /schemas/types.yaml#/definitions/uint32 enum: [8, 16, 32, 64, 128, 256, 512, 1024] description: Capacitance measurement resolution. For both phases, "reference" and |