Merge tag 'mailbox-v4.20' of git://git.linaro.org/landing-teams/working/fujitsu/integ...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / sound / maxim,max98088.txt
1 MAX98088 audio CODEC
2
3 This device supports I2C only.
4
5 Required properties:
6
7 - compatible: "maxim,max98088" or "maxim,max98089".
8 - reg: The I2C address of the device.
9
10 Optional properties:
11
12 - clocks: the clock provider of MCLK, see ../clock/clock-bindings.txt section
13   "consumer" for more information.
14 - clock-names: must be set to "mclk"
15
16 Example:
17
18 max98089: codec@10 {
19         compatible = "maxim,max98089";
20         reg = <0x10>;
21         clocks = <&clks IMX6QDL_CLK_CKO2>;
22         clock-names = "mclk";
23 };