mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
iio: magnetometer: st_magn: fix status register address for LSM303AGR
Fixes: 97865fe413
(iio: st_sensors: verify interrupt event to status)
Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@st.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Cc: <Stable@vger.kernel.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
f1664eaace
commit
541ee9b24f
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ static const struct st_sensor_settings st_magn_sensors_settings[] = {
|
||||||
.mask_int1 = 0x01,
|
.mask_int1 = 0x01,
|
||||||
.addr_ihl = 0x63,
|
.addr_ihl = 0x63,
|
||||||
.mask_ihl = 0x04,
|
.mask_ihl = 0x04,
|
||||||
.addr_stat_drdy = ST_SENSORS_DEFAULT_STAT_ADDR,
|
.addr_stat_drdy = 0x67,
|
||||||
},
|
},
|
||||||
.multi_read_bit = false,
|
.multi_read_bit = false,
|
||||||
.bootime = 2,
|
.bootime = 2,
|
||||||
|
|
Loading…
Reference in a new issue