39e27533cd
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>
14 lines
387 B
Plaintext
14 lines
387 B
Plaintext
Device-Tree bindings for sigma delta modulator
|
|
|
|
Required properties:
|
|
- compatible: should be "ads1201", "sd-modulator". "sd-modulator" can be use
|
|
as a generic SD modulator if modulator not specified in compatible list.
|
|
- #io-channel-cells = <0>: See the IIO bindings section "IIO consumers".
|
|
|
|
Example node:
|
|
|
|
ads1202: adc {
|
|
compatible = "sd-modulator";
|
|
#io-channel-cells = <0>;
|
|
};
|