summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/hwmon/ad741x.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/hwmon/ad741x.txt')
-rw-r--r--dts/Bindings/hwmon/ad741x.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/dts/Bindings/hwmon/ad741x.txt b/dts/Bindings/hwmon/ad741x.txt
deleted file mode 100644
index 9102152c84..0000000000
--- a/dts/Bindings/hwmon/ad741x.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-* AD7416/AD7417/AD7418 Temperature Sensor Device Tree Bindings
-
-Required properties:
-- compatible: one of
- "adi,ad7416"
- "adi,ad7417"
- "adi,ad7418"
-- reg: I2C address
-
-Example:
-
-hwmon@28 {
- compatible = "adi,ad7418";
- reg = <0x28>;
-};