summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/iio/accel/dmard06.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/iio/accel/dmard06.txt')
-rw-r--r--dts/Bindings/iio/accel/dmard06.txt19
1 files changed, 0 insertions, 19 deletions
diff --git a/dts/Bindings/iio/accel/dmard06.txt b/dts/Bindings/iio/accel/dmard06.txt
deleted file mode 100644
index ce105a12c6..0000000000
--- a/dts/Bindings/iio/accel/dmard06.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-Device tree bindings for Domintech DMARD05, DMARD06, DMARD07 accelerometers
-
-Required properties:
- - compatible : Should be "domintech,dmard05"
- or "domintech,dmard06"
- or "domintech,dmard07"
- - reg : I2C address of the chip. Should be 0x1c
-
-Example:
- &i2c1 {
- /* ... */
-
- accelerometer@1c {
- compatible = "domintech,dmard06";
- reg = <0x1c>;
- };
-
- /* ... */
- };