dt-bindings: iio: sigma-delta-modulator: fix unit-address in example
authorFabrice Gasnier <fabrice.gasnier@st.com>
Thu, 19 Jul 2018 14:51:50 +0000 (16:51 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 23 Jul 2018 18:18:11 +0000 (19:18 +0100)
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>
Documentation/devicetree/bindings/iio/adc/sigma-delta-modulator.txt

index ba24ca7ba95edfd8a6b0c3a107c551662df6f1a0..59b92cd325527c66eca92e69ff3c27d2fb4f0dcc 100644 (file)
@@ -7,7 +7,7 @@ Required properties:
 
 Example node:
 
-       ads1202: adc@0 {
+       ads1202: adc {
                compatible = "sd-modulator";
                #io-channel-cells = <0>;
        };