lkml.org 
[lkml]   [2015]   [Dec]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3.19.y-ckt 005/128] iio:ad7793: Fix ad7785 product ID
    Date
    3.19.8-ckt12 -stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Lars-Peter Clausen <lars@metafoo.de>

    commit 785171fd6cd7dcd7ada5a733b6a2d44ec566c3a0 upstream.

    While the datasheet for the AD7785 lists 0xXB as the product ID the actual
    product ID is 0xX3.

    Fix the product ID otherwise the driver will reject the device due to non
    matching IDs.

    Fixes: e786cc26dcc5 ("staging:iio:ad7793: Implement stricter id checking")
    Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
    Signed-off-by: Jonathan Cameron <jic23@kernel.org>
    Signed-off-by: Kamal Mostafa <kamal@canonical.com>
    ---
    drivers/iio/adc/ad7793.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/iio/adc/ad7793.c b/drivers/iio/adc/ad7793.c
    index 4dddeab..5da0754 100644
    --- a/drivers/iio/adc/ad7793.c
    +++ b/drivers/iio/adc/ad7793.c
    @@ -101,7 +101,7 @@
    #define AD7795_CH_AIN1M_AIN1M 8 /* AIN1(-) - AIN1(-) */

    /* ID Register Bit Designations (AD7793_REG_ID) */
    -#define AD7785_ID 0xB
    +#define AD7785_ID 0x3
    #define AD7792_ID 0xA
    #define AD7793_ID 0xB
    #define AD7794_ID 0xF
    --
    1.9.1


    \
     
     \ /
      Last update: 2015-12-16 19:41    [W:4.300 / U:0.192 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site