diff options
author | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-10-31 21:29:22 +0300 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2020-11-16 23:34:55 +0300 |
commit | ee4fb4c079a0096eb3de67121a638792b2d6e2d0 (patch) | |
tree | 1b0443d8bfcb15af288a97ea0f3ff30b3a0ac9fc /Documentation/devicetree/bindings/iio/accel | |
parent | 184a99de93b829e05ff59cb0862e5ebbd7594604 (diff) | |
download | linux-ee4fb4c079a0096eb3de67121a638792b2d6e2d0.tar.xz |
dt-bindings:iio:accel:domintech,dmard06: Move to trivial-devices.yaml
No need to maintain a separate document for such a simple binding.
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20201031182922.743153-8-jic23@kernel.org
Diffstat (limited to 'Documentation/devicetree/bindings/iio/accel')
-rw-r--r-- | Documentation/devicetree/bindings/iio/accel/dmard06.txt | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/Documentation/devicetree/bindings/iio/accel/dmard06.txt b/Documentation/devicetree/bindings/iio/accel/dmard06.txt deleted file mode 100644 index ce105a12c645..000000000000 --- a/Documentation/devicetree/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>; - }; - - /* ... */ - }; |