Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / sound / ingenic,jz4740-codec.txt
1 Ingenic JZ4740 codec controller
2
3 Required properties:
4 - compatible : "ingenic,jz4740-codec"
5 - reg : codec registers location and length
6 - clocks : phandle to the AIC clock.
7 - clock-names: must be set to "aic".
8 - #sound-dai-cells: Must be set to 0.
9
10 Example:
11
12 codec: audio-codec@10020080 {
13         compatible = "ingenic,jz4740-codec";
14         reg = <0x10020080 0x8>;
15
16         #sound-dai-cells = <0>;
17
18         clocks = <&cgu JZ4740_CLK_AIC>;
19         clock-names = "aic";
20 };