lkml.org 
[lkml]   [2021]   [Nov]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.14 197/849] Documentation:devicetree:bindings:iio:dac: Fix val
    Date
    From: Mihail Chindris <mihail.chindris@analog.com>

    commit 8fc4f038fa832ec3543907fdcbe1334e1b0a8950 upstream.

    A correct value for output-range-microvolts is -5 to 5 Volts
    not -5 to 5 milivolts

    Fixes: e904cc899293f ("dt-bindings: iio: dac: AD5766 yaml documentation")
    Signed-off-by: Mihail Chindris <mihail.chindris@analog.com>
    Reviewed-by: Alexandru Ardelean <ardeleanalex@gmail.com>
    Link: https://lore.kernel.org/r/20211007080035.2531-6-mihail.chindris@analog.com
    Cc: <Stable@vger.kernel.org>
    Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    ---
    Documentation/devicetree/bindings/iio/dac/adi,ad5766.yaml | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- 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>;

    \
     
     \ /
      Last update: 2021-11-15 23:09    [W:2.186 / U:1.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site