summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/iio/adc/ltc2497.txt
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-11-10 14:10:56 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2020-11-10 15:07:14 +0100
commit4b689ab6bccaf4fa65f71644d1ca4c9d8358385a (patch)
treed97fbd8510349db6cfa668ed6353c61ba0e71f9c /dts/Bindings/iio/adc/ltc2497.txt
parent9d115d95018b8025f0f35abfb88f78a42e103933 (diff)
parent85f8d17be5cc2708bd5f6414b8012d5b4c6821d2 (diff)
downloadbarebox-4b689ab6bccaf4fa65f71644d1ca4c9d8358385a.tar.gz
barebox-4b689ab6bccaf4fa65f71644d1ca4c9d8358385a.tar.xz
Merge branch 'for-next/dts'
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>;
- };