livepatch: Make livepatch dependent on !TRIM_UNUSED_KSYMS
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / sound / max98926.txt
1 max98926 audio CODEC
2
3 This device supports I2C.
4
5 Required properties:
6
7   - compatible : "maxim,max98926"
8
9   - vmon-slot-no : slot number used to send voltage information
10                    or in inteleave mode this will be used as
11                    interleave slot.
12
13   - imon-slot-no : slot number used to send current information
14
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.
22
23   - reg : the I2C address of the device for I2C
24
25 Example:
26
27 codec: max98926@1a {
28    compatible = "maxim,max98926";
29    vmon-slot-no = <0>;
30    imon-slot-no = <2>;
31    reg = <0x1a>;
32 };