Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39e27533 authored by Fabrice Gasnier's avatar Fabrice Gasnier Committed by Jonathan Cameron
Browse files

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: default avatarFabrice Gasnier <fabrice.gasnier@st.com>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent e01e7eaf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ Required properties:

Example node:

	ads1202: adc@0 {
	ads1202: adc {
		compatible = "sd-modulator";
		#io-channel-cells = <0>;
	};