lkml.org 
[lkml]   [2019]   [Oct]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL 5.3 02/89] iio: fix center temperature of bmc150-accel-core
    Date
    From: Pascal Bouwmann <bouwmann@tau-tec.de>

    [ Upstream commit 6c59a962e081df6d8fe43325bbfabec57e0d4751 ]

    The center temperature of the supported devices stored in the constant
    BMC150_ACCEL_TEMP_CENTER_VAL is not 24 degrees but 23 degrees.

    It seems that some datasheets were inconsistent on this value leading
    to the error. For most usecases will only make minor difference so
    not queued for stable.

    Signed-off-by: Pascal Bouwmann <bouwmann@tau-tec.de>
    Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/iio/accel/bmc150-accel-core.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/iio/accel/bmc150-accel-core.c b/drivers/iio/accel/bmc150-accel-core.c
    index cf6c0e3a83d38..121b4e89f038c 100644
    --- a/drivers/iio/accel/bmc150-accel-core.c
    +++ b/drivers/iio/accel/bmc150-accel-core.c
    @@ -117,7 +117,7 @@
    #define BMC150_ACCEL_SLEEP_1_SEC 0x0F

    #define BMC150_ACCEL_REG_TEMP 0x08
    -#define BMC150_ACCEL_TEMP_CENTER_VAL 24
    +#define BMC150_ACCEL_TEMP_CENTER_VAL 23

    #define BMC150_ACCEL_AXIS_TO_REG(axis) (BMC150_ACCEL_REG_XOUT_L + (axis * 2))
    #define BMC150_AUTO_SUSPEND_DELAY_MS 2000
    --
    2.20.1
    \
     
     \ /
      Last update: 2019-10-19 00:29    [W:4.054 / U:0.064 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site