summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/iio/dac/ti,dac7512.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/iio/dac/ti,dac7512.txt')
-rw-r--r--dts/Bindings/iio/dac/ti,dac7512.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/dts/Bindings/iio/dac/ti,dac7512.txt b/dts/Bindings/iio/dac/ti,dac7512.txt
deleted file mode 100644
index 1db45939da..0000000000
--- a/dts/Bindings/iio/dac/ti,dac7512.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-TI DAC7512 DEVICETREE BINDINGS
-
-Required properties:
-
- - "compatible" Must be set to "ti,dac7512"
-
-Property rules described in Documentation/devicetree/bindings/spi/spi-bus.txt
-apply. In particular, "reg" and "spi-max-frequency" properties must be given.
-
-
-Example:
-
- spi_master {
- dac7512: dac7512@0 {
- compatible = "ti,dac7512";
- reg = <0>; /* CS0 */
- spi-max-frequency = <1000000>;
- };
- };
-