summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/sound/max98925.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/sound/max98925.txt')
-rw-r--r--dts/Bindings/sound/max98925.txt22
1 files changed, 0 insertions, 22 deletions
diff --git a/dts/Bindings/sound/max98925.txt b/dts/Bindings/sound/max98925.txt
deleted file mode 100644
index 27be63e2aa..0000000000
--- a/dts/Bindings/sound/max98925.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-max98925 audio CODEC
-
-This device supports I2C.
-
-Required properties:
-
- - compatible : "maxim,max98925"
-
- - vmon-slot-no : slot number used to send voltage information
-
- - imon-slot-no : slot number used to send current information
-
- - reg : the I2C address of the device for I2C
-
-Example:
-
-codec: max98925@1a {
- compatible = "maxim,max98925";
- vmon-slot-no = <0>;
- imon-slot-no = <2>;
- reg = <0x1a>;
-};