summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/iio/adc/ltc2497.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/iio/adc/ltc2497.txt')
-rw-r--r--dts/Bindings/iio/adc/ltc2497.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/dts/Bindings/iio/adc/ltc2497.txt b/dts/Bindings/iio/adc/ltc2497.txt
deleted file mode 100644
index a237ed99c0..0000000000
--- a/dts/Bindings/iio/adc/ltc2497.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-* Linear Technology / Analog Devices LTC2497 ADC
-
-Required properties:
- - compatible: Must be "lltc,ltc2497"
- - reg: Must contain the ADC I2C address
- - vref-supply: The regulator supply for ADC reference voltage
-
-Example:
- ltc2497: adc@76 {
- compatible = "lltc,ltc2497";
- reg = <0x76>;
- vref-supply = <&ltc2497_reg>;
- };