thermal: fix Mediatek thermal controller build
[linux/fpc-iii.git] / Documentation / devicetree / bindings / sound / max98926.txt
blob0b7f4e4d5f9a5c18b53398fe2291cc84e5e2b134
1 max98926 audio CODEC
3 This device supports I2C.
5 Required properties:
7   - compatible : "maxim,max98926"
9   - vmon-slot-no : slot number used to send voltage information
10                    or in inteleave mode this will be used as
11                    interleave slot.
13   - imon-slot-no : slot number used to send current information
15   - interleave-mode : When using two MAX98926 in a system it is
16                       possible to create ADC data that that will
17                       overflow the frame size. Digital Audio Interleave
18                       mode provides a means to output VMON and IMON data
19                       from two devices on a single DOUT line when running
20                       smaller frames sizes such as 32 BCLKS per LRCLK or
21                       48 BCLKS per LRCLK.
23   - reg : the I2C address of the device for I2C
25 Example:
27 codec: max98926@1a {
28    compatible = "maxim,max98926";
29    vmon-slot-no = <0>;
30    imon-slot-no = <2>;
31    reg = <0x1a>;