diff options
| author | Lorenzo Bianconi <lorenzo.bianconi83@gmail.com> | 2017-08-16 13:02:51 -0400 |
|---|---|---|
| committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2017-08-20 10:21:49 -0400 |
| commit | 8b35a5f87a73842601cd376e0f5b9b25831390f4 (patch) | |
| tree | 24d4bc7cf759a96ed118be9efc260059dcdf1e35 | |
| parent | 541ee9b24fca587f510fe1bc58508d5cf40707af (diff) | |
iio: magnetometer: st_magn: remove ihl property for LSM303AGR
Remove IRQ active low support for LSM303AGR since the sensor does not
support that capability for data-ready line
Fixes: a9fd053b56c6 (iio: st_sensors: support active-low interrupts)
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>
| -rw-r--r-- | drivers/iio/magnetometer/st_magn_core.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/iio/magnetometer/st_magn_core.c b/drivers/iio/magnetometer/st_magn_core.c index c11f0da86e74..c38563699984 100644 --- a/drivers/iio/magnetometer/st_magn_core.c +++ b/drivers/iio/magnetometer/st_magn_core.c | |||
| @@ -356,8 +356,6 @@ static const struct st_sensor_settings st_magn_sensors_settings[] = { | |||
| 356 | .drdy_irq = { | 356 | .drdy_irq = { |
| 357 | .addr = 0x62, | 357 | .addr = 0x62, |
| 358 | .mask_int1 = 0x01, | 358 | .mask_int1 = 0x01, |
| 359 | .addr_ihl = 0x63, | ||
| 360 | .mask_ihl = 0x04, | ||
| 361 | .addr_stat_drdy = 0x67, | 359 | .addr_stat_drdy = 0x67, |
| 362 | }, | 360 | }, |
| 363 | .multi_read_bit = false, | 361 | .multi_read_bit = false, |
