Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp3479249pxf; Mon, 29 Mar 2021 03:27:04 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyVNUKJPj9sj5KFGCTMC8xWAHnKvHYCY0lVkmMEDIQsniSh2kzitXnMNZdKBGU7dsZr2E4m X-Received: by 2002:a17:906:dfcc:: with SMTP id jt12mr27980982ejc.31.1617013624119; Mon, 29 Mar 2021 03:27:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1617013624; cv=none; d=google.com; s=arc-20160816; b=tb58tbjHdBjZ9Ox4FHF76txmdmNFUFo1up6xaJz+im3qReiPC+EMWQoVjSiuyUVdyN 88XRD35mMKhc9FgfKyzDXCc/42hwBS/G1TI+BkXROUqorD50RNbDLFPwetNqPR1qJ8Jr 2csDva+aCi+cWF0fuXeD6Uq+r6yYjEAFacHqW0a2TknpObjctAZHGNWHcOhzjFC6m76K QyVBOLYF1FevMnOI2THkWNepvaPaREjz4XpGMrnFB2oDNVYvKs04eWui60lj8ckCrbMY y0E3xGjUkWo9UtrGGwV2YvvqsiBzejyKO6BFNykZtY/QUZmqq+T0F8SvBX2cuUGA8Cbp wiCQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=1M9SP1uu3FwyXsnACNZDNsi687h5YbBIt5tJm3CFAR4=; b=bFTHkl0NYjh2FBQ+jqdAvZ0pjw9X7Z4PqRjz7cOXZt+Mn0730xa+JVxPyhR9XByPtr wAZnrnuTSWv4RgyuXqgs0Z4Z4oqfN+D+E/eRytH0XCg+BQJOO2PrlqCEw+MLosyVDiDP s41qDpCtjwcDaltm1fp3ykSQJZMZ/RncBtVy4yrvIloy/t+jXWRLlpO7VOTgu+SfpZKi ao0iQ03Q1R+sAUE7Y9k5e9sK51JwTMlMwcEWslBo3qypbonSp6IL80/eZWHR/DpMg5/d tPZm75TBUJuT+NqZCTBXfd8ae+IuP6qFuyXL/3mf0ez1tmIkPGG5CowugY/vS15ijCUx gnng== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id o10si13282855edc.254.2021.03.29.03.26.41; Mon, 29 Mar 2021 03:27:04 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232198AbhC2KZi (ORCPT + 99 others); Mon, 29 Mar 2021 06:25:38 -0400 Received: from mail.kernel.org ([198.145.29.99]:42112 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231724AbhC2KZ2 (ORCPT ); Mon, 29 Mar 2021 06:25:28 -0400 Received: from jic23-huawei (cpc108967-cmbg20-2-0-cust86.5-4.cable.virginm.net [81.101.6.87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3D9F761584; Mon, 29 Mar 2021 10:25:26 +0000 (UTC) Date: Mon, 29 Mar 2021 11:25:32 +0100 From: Jonathan Cameron To: Oleksij Rempel Cc: Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Pengutronix Kernel Team , David Jander , Robin van der Gracht , linux-iio@vger.kernel.org, Lars-Peter Clausen , Peter Meerwald-Stadler , Dmitry Torokhov Subject: Re: [PATCH v5 1/3] dt-bindings:iio:adc: add generic settling-time-us and oversampling-ratio channel properties Message-ID: <20210329112532.174825d6@jic23-huawei> In-Reply-To: <20210329073131.1759-2-o.rempel@pengutronix.de> References: <20210329073131.1759-1-o.rempel@pengutronix.de> <20210329073131.1759-2-o.rempel@pengutronix.de> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 29 Mar 2021 09:31:29 +0200 Oleksij Rempel wrote: > Settling time and over sampling is a typical challenge for different IIO ADC > devices. So, introduce channel specific settling-time-us and oversampling-ratio > properties to cover this use case. > > Signed-off-by: Oleksij Rempel > --- > Documentation/devicetree/bindings/iio/adc/adc.yaml | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/Documentation/devicetree/bindings/iio/adc/adc.yaml b/Documentation/devicetree/bindings/iio/adc/adc.yaml > index 912a7635edc4..d5bc86d2a2af 100644 > --- a/Documentation/devicetree/bindings/iio/adc/adc.yaml > +++ b/Documentation/devicetree/bindings/iio/adc/adc.yaml > @@ -39,4 +39,12 @@ properties: > The first value specifies the positive input pin, the second > specifies the negative input pin. > > + settling-time-us: > + description: > + Time between enabling the channel and firs stable readings. first > + > + oversampling-ratio: > + $ref: /schemas/types.yaml#/definitions/uint32 > + description: Number of data samples which are averaged for each read. I think I've asked about this in previous reviews, but I want a clear statement of why you think this property is a feature of the 'board' (and hence should be in device tree) rather than setting sensible defaults and leaving any control to userspace? Jonathan > + > additionalProperties: true