diff options
author | Rob Herring <robh@kernel.org> | 2019-10-07 10:04:11 -0500 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-10-07 10:04:11 -0500 |
commit | a36a383dc30103cd2b0472ae635848cc1e25c4ab (patch) | |
tree | cd152c08654b4df792db642cf92c42fd5f30b569 /Documentation/devicetree/bindings/iio/adc | |
parent | 7971f4be9f49cdf10b4998ba499243c10d7a801a (diff) | |
parent | f437ade3296bacaddb6d7882ba0515940f01daf4 (diff) |
Merge branch 'dt/linus' into dt/next
Diffstat (limited to 'Documentation/devicetree/bindings/iio/adc')
-rw-r--r-- | Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml b/Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml index 676ec42e1438..567a33a83dce 100644 --- a/Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml +++ b/Documentation/devicetree/bindings/iio/adc/adi,ad7192.yaml @@ -43,13 +43,9 @@ properties: dvdd-supply: description: DVdd voltage supply - items: - - const: dvdd avdd-supply: description: AVdd voltage supply - items: - - const: avdd adi,rejection-60-Hz-enable: description: | @@ -99,6 +95,9 @@ required: examples: - | spi0 { + #address-cells = <1>; + #size-cells = <0>; + adc@0 { compatible = "adi,ad7192"; reg = <0>; |