]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
iio: pressure: st_pressure_core: disable multiread by default for LPS22HB
authorLorenzo Bianconi <lorenzo.bianconi83@gmail.com>
Thu, 22 Jun 2017 17:46:43 +0000 (19:46 +0200)
committerJonathan Cameron <jic23@kernel.org>
Sat, 24 Jun 2017 19:46:25 +0000 (20:46 +0100)
Set multiread variable to false for LPS22HB pressure sensor since
it is already enabled in CTRL_REG2. Previous configuration does not
cause any issue in I2C communication since SUB Msb has no meaning
whereas it breaks register address in SPI communication

Fixes: e039e2f5b4da (iio:st_pressure:initial lps22hb sensor support)
Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@st.com>
Cc: <Stable@vger.kernel.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/pressure/st_pressure_core.c

index fd0edca0e656001b6b4487dc754695da4a81297f..99448012b47fd127afdd4ea0e0d42d23c21e1367 100644 (file)
@@ -456,7 +456,7 @@ static const struct st_sensor_settings st_press_sensors_settings[] = {
                        .mask_od = 0x40,
                        .addr_stat_drdy = ST_SENSORS_DEFAULT_STAT_ADDR,
                },
-               .multi_read_bit = true,
+               .multi_read_bit = false,
                .bootime = 2,
        },
 };