diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2019-09-28 22:38:14 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2019-09-28 22:38:14 +0000 |
commit | 01e5ca170569c10889ed1bb2efcf4d19eae1353c (patch) | |
tree | 7883bf6d7a02e0f8746cc213596f65f90951b46b /Bindings/iio/adc/avia-hx711.yaml | |
parent | ddee9fd0fa975df750c12dd63cdf18715e51a634 (diff) |
Notes
Diffstat (limited to 'Bindings/iio/adc/avia-hx711.yaml')
-rw-r--r-- | Bindings/iio/adc/avia-hx711.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bindings/iio/adc/avia-hx711.yaml b/Bindings/iio/adc/avia-hx711.yaml index 8a4100ceeaf2..d76ece97c76c 100644 --- a/Bindings/iio/adc/avia-hx711.yaml +++ b/Bindings/iio/adc/avia-hx711.yaml @@ -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>; }; |