[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210919181231.67ab39c8@jic23-huawei>
Date: Sun, 19 Sep 2021 18:12:31 +0100
From: Jonathan Cameron <jic23@...nel.org>
To: Alexandru Ardelean <ardeleanalex@...il.com>
Cc: Mihail Chindris <mihail.chindris@...log.com>,
LKML <linux-kernel@...r.kernel.org>,
linux-iio <linux-iio@...r.kernel.org>,
Lars-Peter Clausen <lars@...afoo.de>,
"Hennerich, Michael" <Michael.Hennerich@...log.com>,
Nuno Sá <nuno.sa@...log.com>,
"Bogdan, Dragos" <dragos.bogdan@...log.com>,
Alexandru Ardelean <alexandru.ardelean@...log.com>,
Rob Herring <robh+dt@...nel.org>, devicetree@...r.kernel.org
Subject: Re: [PATCH v5 5/6] Documentation:devicetree:bindings:iio:dac: Fix
val
On Fri, 17 Sep 2021 10:53:02 +0300
Alexandru Ardelean <ardeleanalex@...il.com> wrote:
> On Fri, Sep 17, 2021 at 9:08 AM Mihail Chindris
> <mihail.chindris@...log.com> wrote:
> >
> > A correct value for output-range-microvolts is -5 to 5 Volts
> > not -5 to 5 milivolts
> >
>
> Reviewed-by: Alexandru Ardelean <ardeleanalex@...il.com>
+CC DT maintainer and list.
Please provide a suitable Fixes tag.
Thanks,
Jonathan
>
> > Signed-off-by: Mihail Chindris <mihail.chindris@...log.com>
> > ---
> > 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
> >
Powered by blists - more mailing lists