Skip to content

Commit 48faabf

Browse files
krzkjic23
authored andcommitted
dt-bindings: iio: adi,ad74115: remove ref from -nanoamp
dtschema v2023.06 comes with support for properties with -nanoamp suffix, thus bindings should not have a ref for it: adi,ad74115.yaml: properties:adi,ext1-burnout-current-nanoamp: '$ref' should not be valid under {'const': '$ref'} Cc: Cosmin Tanislav <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]> Acked-by: Rob Herring <[email protected]> Reviewed-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Cameron <[email protected]>
1 parent a41e19c commit 48faabf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Documentation/devicetree/bindings/iio/addac/adi,ad74115.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ properties:
216216
description: Whether to enable burnout current for EXT1.
217217

218218
adi,ext1-burnout-current-nanoamp:
219-
$ref: /schemas/types.yaml#/definitions/uint32
220219
description:
221220
Burnout current in nanoamps to be applied to EXT1.
222221
enum: [0, 50, 500, 1000, 10000]
@@ -233,7 +232,6 @@ properties:
233232
description: Whether to enable burnout current for EXT2.
234233

235234
adi,ext2-burnout-current-nanoamp:
236-
$ref: /schemas/types.yaml#/definitions/uint32
237235
description: Burnout current in nanoamps to be applied to EXT2.
238236
enum: [0, 50, 500, 1000, 10000]
239237
default: 0
@@ -249,7 +247,6 @@ properties:
249247
description: Whether to enable burnout current for VIOUT.
250248

251249
adi,viout-burnout-current-nanoamp:
252-
$ref: /schemas/types.yaml#/definitions/uint32
253250
description: Burnout current in nanoamps to be applied to VIOUT.
254251
enum: [0, 1000, 10000]
255252
default: 0

0 commit comments

Comments
 (0)