Skip to content

Commit 1ec5b7a

Browse files
dlechnunojsa
authored andcommitted
dt-bindings: iio: adc: adi,max11410: fix yaml syntax
The adi,max11410.yaml file has a syntax error that causes it to be ignored with the following warning when running `make dt_binding_check`: /home/david/work/linux/Documentation/devicetree/bindings/iio/adc/adi,max11410.yaml: ignoring, error parsing file Fixes: d3f83f5 ("dt-bindings: iio: adc: add adi,max11410.yaml") Signed-off-by: David Lechner <dlechner@baylibre.com>
1 parent b7d1346 commit 1ec5b7a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Documentation/devicetree/bindings/iio/adc/adi,max11410.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ properties:
4141
const: 0
4242

4343
avdd-supply:
44-
description: Optional avdd supply. Used as reference when no explicit reference \
45-
upplied. +
44+
description:
45+
Optional avdd supply. Used as reference when no explicit reference
46+
is supplied.
47+
4648
vref0p-supply:
4749
description: vref0p supply can be used as reference for conversion.
4850

0 commit comments

Comments
 (0)