summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/iio/potentiometer/ds1803.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/iio/potentiometer/ds1803.txt')
-rw-r--r--dts/Bindings/iio/potentiometer/ds1803.txt21
1 files changed, 0 insertions, 21 deletions
diff --git a/dts/Bindings/iio/potentiometer/ds1803.txt b/dts/Bindings/iio/potentiometer/ds1803.txt
deleted file mode 100644
index df77bf5526..0000000000
--- a/dts/Bindings/iio/potentiometer/ds1803.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-* Maxim Integrated DS1803 digital potentiometer driver
-
-The node for this driver must be a child node of a I2C controller, hence
-all mandatory properties for your controller must be specified. See directory:
-
- Documentation/devicetree/bindings/i2c
-
-for more details.
-
-Required properties:
- - compatible: Must be one of the following, depending on the
- model:
- "maxim,ds1803-010",
- "maxim,ds1803-050",
- "maxim,ds1803-100"
-
-Example:
-ds1803: ds1803@1 {
- reg = <0x28>;
- compatible = "maxim,ds1803-010";
-};