From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.5 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_2 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5E069C433F5 for ; Sun, 19 Sep 2021 17:08:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3F43B610FB for ; Sun, 19 Sep 2021 17:08:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229813AbhISRKT (ORCPT ); Sun, 19 Sep 2021 13:10:19 -0400 Received: from mail.kernel.org ([198.145.29.99]:56602 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229483AbhISRKS (ORCPT ); Sun, 19 Sep 2021 13:10:18 -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 D7DF461028; Sun, 19 Sep 2021 17:08:49 +0000 (UTC) Date: Sun, 19 Sep 2021 18:12:31 +0100 From: Jonathan Cameron To: Alexandru Ardelean Cc: Mihail Chindris , LKML , linux-iio , Lars-Peter Clausen , "Hennerich, Michael" , Nuno =?UTF-8?B?U8Oh?= , "Bogdan, Dragos" , Alexandru Ardelean , Rob Herring , devicetree@vger.kernel.org Subject: Re: [PATCH v5 5/6] Documentation:devicetree:bindings:iio:dac: Fix val Message-ID: <20210919181231.67ab39c8@jic23-huawei> In-Reply-To: References: <20210916182914.1810-1-mihail.chindris@analog.com> <20210916182914.1810-6-mihail.chindris@analog.com> X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.30; 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-iio@vger.kernel.org On Fri, 17 Sep 2021 10:53:02 +0300 Alexandru Ardelean wrote: > On Fri, Sep 17, 2021 at 9:08 AM Mihail Chindris > wrote: > > > > A correct value for output-range-microvolts is -5 to 5 Volts > > not -5 to 5 milivolts > > > > Reviewed-by: Alexandru Ardelean +CC DT maintainer and list. Please provide a suitable Fixes tag. Thanks, Jonathan > > > Signed-off-by: Mihail Chindris > > --- > > Documentation/devicetree/bindings/iio/dac/adi,ad5766.yaml | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/Documentation/devicetree/bindings/iio/dac/adi,ad5766.yaml b/Documentation/devicetree/bindings/iio/dac/adi,ad5766.yaml > > index d5c54813ce87..a8f7720d1e3e 100644 > > --- a/Documentation/devicetree/bindings/iio/dac/adi,ad5766.yaml > > +++ b/Documentation/devicetree/bindings/iio/dac/adi,ad5766.yaml > > @@ -54,7 +54,7 @@ examples: > > > > ad5766@0 { > > compatible = "adi,ad5766"; > > - output-range-microvolts = <(-5000) 5000>; > > + output-range-microvolts = <(-5000000) 5000000>; > > reg = <0>; > > spi-cpol; > > spi-max-frequency = <1000000>; > > -- > > 2.27.0 > >