From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f68.google.com ([209.85.218.68]:40811 "EHLO mail-oi0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387708AbeGKN6a (ORCPT ); Wed, 11 Jul 2018 09:58:30 -0400 Date: Wed, 11 Jul 2018 07:54:00 -0600 From: Rob Herring To: Andreas Klinger Cc: jic23@kernel.org, knaack.h@gmx.de, lars@metafoo.de, pmeerw@pmeerw.net, mark.rutland@arm.com, mchehab@kernel.org, davem@davemloft.net, gregkh@linuxfoundation.org, akpm@linux-foundation.org, linus.walleij@linaro.org, rdunlap@infradead.org, devicetree@vger.kernel.org, linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 1/3] iio: hx711: add clock-frequency property in DT Message-ID: <20180711135400.GA14723@rob-hp-laptop> References: <20180710181831.GA5374@arbeit> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20180710181831.GA5374@arbeit> Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org 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. > > Signed-off-by: Andreas Klinger > --- > Documentation/devicetree/bindings/iio/adc/avia-hx711.txt | 6 ++++++ > 1 file changed, 6 insertions(+) Reviewed-by: Rob Herring