Skip to content

Commit

Permalink
dt-bindings: iio: avia-hx711: Fix avdd-supply typo in example
Browse files Browse the repository at this point in the history
Now that examples are validated against the DT schema, a typo in
avia-hx711 example generates a warning:

Documentation/devicetree/bindings/iio/adc/avia-hx711.example.dt.yaml: weight: 'avdd-supply' is a required property

Fix the typo.

Fixes: 5150ec3 ("avia-hx711.yaml: transform DT binding to YAML")
Cc: Andreas Klinger <[email protected]>
Cc: Jonathan Cameron <[email protected]>
Cc: [email protected]
Signed-off-by: Rob Herring <[email protected]>
  • Loading branch information
robherring committed Jul 21, 2019
1 parent fcbe7e3 commit fbbf2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/devicetree/bindings/iio/adc/avia-hx711.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ examples:
compatible = "avia,hx711";
sck-gpios = <&gpio3 10 GPIO_ACTIVE_HIGH>;
dout-gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>;
avdd-suppy = <&avdd>;
avdd-supply = <&avdd>;
clock-frequency = <100000>;
};

0 comments on commit fbbf2b6

Please sign in to comment.