Re: [PATCH v5 3/3] iio: hx711: fix spurious unit-address in example

2018-07-15 Thread Jonathan Cameron
On Wed, 11 Jul 2018 07:54:32 -0600 Rob Herring wrote: > On Tue, Jul 10, 2018 at 08:19:37PM +0200, Andreas Klinger wrote: > > Device tree compiler (dtc) gives a warning if a device node has "@" with a > > following number as it's name but no reg property. > > > > Fix the example in the documentat

Re: [PATCH v5 3/3] iio: hx711: fix spurious unit-address in example

2018-07-11 Thread Rob Herring
On Tue, Jul 10, 2018 at 08:19:37PM +0200, Andreas Klinger wrote: > Device tree compiler (dtc) gives a warning if a device node has "@" with a > following number as it's name but no reg property. > > Fix the example in the documentation of avia,hx711 to conform to dtc > behavior. > > Signed-off-by

[PATCH v5 3/3] iio: hx711: fix spurious unit-address in example

2018-07-10 Thread Andreas Klinger
Device tree compiler (dtc) gives a warning if a device node has "@" with a following number as it's name but no reg property. Fix the example in the documentation of avia,hx711 to conform to dtc behavior. Signed-off-by: Andreas Klinger --- Documentation/devicetree/bindings/iio/adc/avia-hx711.tx