diff options
author | Hans de Goede <hdegoede@redhat.com> | 2016-10-08 15:34:24 +0300 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2016-10-11 21:38:32 +0300 |
commit | 569906e2032ebbdd56e820ba60368cd803234cec (patch) | |
tree | a73746589f0068a58a4090c511f2e783cd4e8746 /Documentation/devicetree/bindings/i2c/trivial-devices.txt | |
parent | 34cf779d3cdc565bed108e70fe6e194d5acdc097 (diff) | |
download | linux-569906e2032ebbdd56e820ba60368cd803234cec.tar.xz |
iio: accel: Add driver for dmard10 3-axis Accelerometer
Add a driver for the Domintech ARD10 3-axis Accelerometer, based on the
android driver found here: https://github.com/domintech/dmard10
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/i2c/trivial-devices.txt')
-rw-r--r-- | Documentation/devicetree/bindings/i2c/trivial-devices.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/trivial-devices.txt b/Documentation/devicetree/bindings/i2c/trivial-devices.txt index fc78f9a68bf0..b0a43955852c 100644 --- a/Documentation/devicetree/bindings/i2c/trivial-devices.txt +++ b/Documentation/devicetree/bindings/i2c/trivial-devices.txt @@ -39,6 +39,7 @@ dallas,ds75 Digital Thermometer and Thermostat dlg,da9053 DA9053: flexible system level PMIC with multicore support dlg,da9063 DA9063: system PMIC for quad-core application processors domintech,dmard09 DMARD09: 3-axis Accelerometer +domintech,dmard10 DMARD10: 3-axis Accelerometer epson,rx8010 I2C-BUS INTERFACE REAL TIME CLOCK MODULE epson,rx8025 High-Stability. I2C-Bus INTERFACE REAL TIME CLOCK MODULE epson,rx8581 I2C-BUS INTERFACE REAL TIME CLOCK MODULE |