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: 5150ec3fe1
("avia-hx711.yaml: transform DT binding to YAML")
Cc: Andreas Klinger <ak@it-klinger.de>
Cc: Jonathan Cameron <jic23@kernel.org>
Cc: linux-iio@vger.kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
parent
fcbe7e3cf8
commit
fbbf2b6e9b
|
@ -61,6 +61,6 @@ examples:
|
||||||
compatible = "avia,hx711";
|
compatible = "avia,hx711";
|
||||||
sck-gpios = <&gpio3 10 GPIO_ACTIVE_HIGH>;
|
sck-gpios = <&gpio3 10 GPIO_ACTIVE_HIGH>;
|
||||||
dout-gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>;
|
dout-gpios = <&gpio0 7 GPIO_ACTIVE_HIGH>;
|
||||||
avdd-suppy = <&avdd>;
|
avdd-supply = <&avdd>;
|
||||||
clock-frequency = <100000>;
|
clock-frequency = <100000>;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue