aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Hoch <[email protected]>2023-04-16 01:11:29 +0200
committerJonathan Cameron <[email protected]>2023-05-13 17:56:04 +0100
commit69ee1fb21340cb83df531175f298010697a87448 (patch)
treefaced55201832985668d3ae23175e552423b2115
parent598e971fabf8c7c560896394b06175330b1c1aba (diff)
iio: Comment that the LSM303D also has the Magnetometer DRDY
Per its datasheet, the LSM303D also features that pin. Signed-off-by: Marius Hoch <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Tested-by: Hans de Goede <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Cameron <[email protected]>
-rw-r--r--include/linux/platform_data/st_sensors_pdata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/platform_data/st_sensors_pdata.h b/include/linux/platform_data/st_sensors_pdata.h
index 897051e51b78..a657830232ae 100644
--- a/include/linux/platform_data/st_sensors_pdata.h
+++ b/include/linux/platform_data/st_sensors_pdata.h
@@ -15,7 +15,7 @@
* @drdy_int_pin: Redirect DRDY on pin 1 (1) or pin 2 (2).
* Available only for accelerometer, magnetometer and pressure sensors.
* Accelerometer DRDY on LSM330 available only on pin 1 (see datasheet).
- * Magnetometer DRDY is supported only on LSM9DS0.
+ * Magnetometer DRDY is supported only on LSM9DS0 and LSM303D.
* @open_drain: set the interrupt line to be open drain if possible.
* @spi_3wire: enable spi-3wire mode.
* @pullups: enable/disable i2c controller pullup resistors.