diff options
author | Fabrice Gasnier <fabrice.gasnier@st.com> | 2018-07-19 17:51:50 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2018-07-23 21:18:11 +0300 |
commit | 39e27533cdb4affdec79a89308ab9133a6e0e5c7 (patch) | |
tree | 3a9f4a54d72789d1f955b7def1ea6891bbb9ef11 /Documentation/devicetree/bindings/iio | |
parent | e01e7eaf37d865c72e2501a7b09e7a61317ce2d4 (diff) | |
download | linux-39e27533cdb4affdec79a89308ab9133a6e0e5c7.tar.xz |
dt-bindings: iio: sigma-delta-modulator: fix unit-address in example
Device tree compiler gives a warning if a device node has "@"
but no reg property.
Fix the example in iio: adc: sigma-delta-modulator.
Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'Documentation/devicetree/bindings/iio')
-rw-r--r-- | Documentation/devicetree/bindings/iio/adc/sigma-delta-modulator.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/iio/adc/sigma-delta-modulator.txt b/Documentation/devicetree/bindings/iio/adc/sigma-delta-modulator.txt index ba24ca7ba95e..59b92cd32552 100644 --- a/Documentation/devicetree/bindings/iio/adc/sigma-delta-modulator.txt +++ b/Documentation/devicetree/bindings/iio/adc/sigma-delta-modulator.txt @@ -7,7 +7,7 @@ Required properties: Example node: - ads1202: adc@0 { + ads1202: adc { compatible = "sd-modulator"; #io-channel-cells = <0>; }; |