summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/sound/max98926.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/sound/max98926.txt')
-rw-r--r--dts/Bindings/sound/max98926.txt32
1 files changed, 0 insertions, 32 deletions
diff --git a/dts/Bindings/sound/max98926.txt b/dts/Bindings/sound/max98926.txt
deleted file mode 100644
index 0b7f4e4d5f..0000000000
--- a/dts/Bindings/sound/max98926.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-max98926 audio CODEC
-
-This device supports I2C.
-
-Required properties:
-
- - compatible : "maxim,max98926"
-
- - vmon-slot-no : slot number used to send voltage information
- or in inteleave mode this will be used as
- interleave slot.
-
- - imon-slot-no : slot number used to send current information
-
- - interleave-mode : When using two MAX98926 in a system it is
- possible to create ADC data that that will
- overflow the frame size. Digital Audio Interleave
- mode provides a means to output VMON and IMON data
- from two devices on a single DOUT line when running
- smaller frames sizes such as 32 BCLKS per LRCLK or
- 48 BCLKS per LRCLK.
-
- - reg : the I2C address of the device for I2C
-
-Example:
-
-codec: max98926@1a {
- compatible = "maxim,max98926";
- vmon-slot-no = <0>;
- imon-slot-no = <2>;
- reg = <0x1a>;
-};