diff options
author | Giuseppe Barba <giuseppe.barba@st.com> | 2015-11-12 08:36:49 +0100 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2015-11-14 20:04:12 +0100 |
commit | 34dc578d99449a83dcb0f5ef4444215590183af4 (patch) | |
tree | 1938f06fd8abf9bbc3c3f5aaa225a2a28cbabca7 /Documentation/devicetree/bindings/iio/st-sensors.txt | |
parent | iio: imu: check sscanf return value (diff) | |
download | linux-34dc578d99449a83dcb0f5ef4444215590183af4.tar.xz linux-34dc578d99449a83dcb0f5ef4444215590183af4.zip |
iio: st-accel: add support for lis2dh12
This commit add support for STMicroelectronics lis2dh12 accelerometer.
Datasheet for this device can be found here:
http://www.st.com/st-web-ui/static/active/en/resource/technical/
document/datasheet/DM00091513.pdf
Signed-off-by: Giuseppe Barba <giuseppe.barba@st.com>
Acked-by: Denis Ciocca <denis.ciocca@st.com>
Acked-by: Daniel Baluta <daniel.baluta@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/iio/st-sensors.txt')
-rw-r--r-- | Documentation/devicetree/bindings/iio/st-sensors.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/iio/st-sensors.txt b/Documentation/devicetree/bindings/iio/st-sensors.txt index d3ccdb190c53..d4b87cc1e446 100644 --- a/Documentation/devicetree/bindings/iio/st-sensors.txt +++ b/Documentation/devicetree/bindings/iio/st-sensors.txt @@ -36,6 +36,7 @@ Accelerometers: - st,lsm303dlm-accel - st,lsm330-accel - st,lsm303agr-accel +- st,lis2dh12-accel Gyroscopes: - st,l3g4200d-gyro |