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>
This commit is contained in:
Fabrice Gasnier 2018-07-19 16:51:50 +02:00 committed by Jonathan Cameron
parent e01e7eaf37
commit 39e27533cd
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Required properties:
Example node:
ads1202: adc@0 {
ads1202: adc {
compatible = "sd-modulator";
#io-channel-cells = <0>;
};