Re: [PATCH v5 1/3] iio: hx711: add clock-frequency property in DT

2018-07-15 Thread Jonathan Cameron
On Wed, 11 Jul 2018 07:54:00 -0600 Rob Herring wrote: > On Tue, Jul 10, 2018 at 08:18:31PM +0200, Andreas Klinger wrote: > > Add clock-frequency property for hx711 ADC. This is the frequency of > > PD_SCK. > > > > After PD_SCK goes high DOUT is read just before PD_SCK goes down again. > > This i

Re: [PATCH v5 1/3] iio: hx711: add clock-frequency property in DT

2018-07-11 Thread Rob Herring
On Tue, Jul 10, 2018 at 08:18:31PM +0200, Andreas Klinger wrote: > Add clock-frequency property for hx711 ADC. This is the frequency of > PD_SCK. > > After PD_SCK goes high DOUT is read just before PD_SCK goes down again. > This is necessary because of parasitic capacitance on the wiring. > > Sig

[PATCH v5 1/3] iio: hx711: add clock-frequency property in DT

2018-07-10 Thread Andreas Klinger
Add clock-frequency property for hx711 ADC. This is the frequency of PD_SCK. After PD_SCK goes high DOUT is read just before PD_SCK goes down again. This is necessary because of parasitic capacitance on the wiring. Signed-off-by: Andreas Klinger --- Documentation/devicetree/bindings/iio/adc/avi