perf tools: Don't clone maps from parent when synthesizing forks
[linux/fpc-iii.git] / Documentation / devicetree / bindings / sound / maxim,max98088.txt
blobda764d91331903d4985c73bb1e28edb793004436
1 MAX98088 audio CODEC
3 This device supports I2C only.
5 Required properties:
7 - compatible: "maxim,max98088" or "maxim,max98089".
8 - reg: The I2C address of the device.
10 Optional properties:
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"
16 Example:
18 max98089: codec@10 {
19         compatible = "maxim,max98089";
20         reg = <0x10>;
21         clocks = <&clks IMX6QDL_CLK_CKO2>;
22         clock-names = "mclk";