- Document the LIS2DE12 device tree binding. - Add device tree support for STM LIS2DE12 accelerometer sensors. - Add new st_sensor_settings entry for .wai == 0x33 devices with 5376Hz capability. Changelog: v2: - Removed "-accel" postfix to device tree bindings and compatible string - Updated .drdy_irq field to follow updated structure format Robert Jones (2): dt-bindings: iio: accel: add LIS2DE12 sensor device binding iio: accel: add support to LIS2DE12 .../devicetree/bindings/iio/st-sensors.txt | 1 + drivers/iio/accel/Kconfig | 2 +- drivers/iio/accel/st_accel.h | 2 + drivers/iio/accel/st_accel_core.c | 76 ++++++++++++++++++++++ drivers/iio/accel/st_accel_i2c.c | 5 ++ 5 files changed, 85 insertions(+), 1 deletion(-) -- 2.9.2