Re: [PATCH] dt-bindings: iio: sigma-delta-modulator: fix unit-address in example

2018-07-21 Thread Jonathan Cameron
On Thu, 19 Jul 2018 16:51:50 +0200 Fabrice Gasnier wrote: > 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 Applied to the togreg branch of iio.git and pushed out as tes

[PATCH] dt-bindings: iio: sigma-delta-modulator: fix unit-address in example

2018-07-19 Thread Fabrice Gasnier
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 --- Documentation/devicetree/bindings/iio/adc/sigma-delta-modulator.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif