Skip to content

Commit fbbf2b6

Browse files
committed
dt-bindings: iio: avia-hx711: Fix avdd-supply typo in example
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]>
1 parent fcbe7e3 commit fbbf2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/iio/adc/avia-hx711.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ examples:
6161
compatible = "avia,hx711";
6262
sck-gpios = <&gpio3 10 GPIO_ACTIVE_HIGH>;
6363
dout-gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>;
64-
avdd-suppy = <&avdd>;
64+
avdd-supply = <&avdd>;
6565
clock-frequency = <100000>;
6666
};

0 commit comments

Comments
 (0)