Merge tag 'perf-core-for-mingo-5.1-20190321' of git://git.kernel.org/pub/scm/linux...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / sound / ingenic,jz4725b-codec.txt
1 Ingenic JZ4725B codec controller
2
3 Required properties:
4 - compatible : "ingenic,jz4725b-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@100200a4 {
13         compatible = "ingenic,jz4725b-codec";
14         reg = <0x100200a4 0x8>;
15
16         #sound-dai-cells = <0>;
17
18         clocks = <&cgu JZ4725B_CLK_AIC>;
19         clock-names = "aic";
20 };